[NET] PACKET: 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:10 +09:00 committed by David S. Miller
parent 5f8f59d664
commit 1ce4f28bd7
1 changed files with 39 additions and 39 deletions

View File

@ -124,7 +124,7 @@ Outgoing, dev->hard_header!=NULL
Incoming, dev->hard_header==NULL
mac.raw -> UNKNOWN position. It is very likely, that it points to ll header.
PPP makes it, that is wrong, because introduce assymetry
PPP makes it, that is wrong, because introduce assymetry
between rx and tx paths.
data -> data
@ -700,7 +700,7 @@ drop_n_restore:
skb->len = skb_len;
}
drop:
kfree_skb(skb);
kfree_skb(skb);
return 0;
ring_is_full: