[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:
YOSHIFUJI Hideaki
2007-02-09 23:25:01 +09:00
committed by David S. Miller
parent 56d6c3d7a7
commit d57b1869b2
10 changed files with 43 additions and 43 deletions

View File

@@ -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;