[NET] LLC: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
56d6c3d7a7
commit
d57b1869b2
@@ -40,7 +40,7 @@ int llc_mac_hdr_init(struct sk_buff *skb,
|
||||
case ARPHRD_IEEE802_TR: {
|
||||
struct net_device *dev = skb->dev;
|
||||
struct trh_hdr *trh;
|
||||
|
||||
|
||||
skb->mac.raw = skb_push(skb, sizeof(*trh));
|
||||
trh = tr_hdr(skb);
|
||||
trh->ac = AC;
|
||||
|
Reference in New Issue
Block a user