[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

View File

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