diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-07-19 10:44:35 +0900 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-07-19 10:44:35 +0900 |
commit | db0c58f998eeb552fb47b82915005259a83613ae (patch) | |
tree | 387b10f436482fe180535a34db1cdd325085b7e3 /net/packet | |
parent | 639fc4c381456df0564b23540e0f60b0af83093b (diff) | |
download | linux-3.10-db0c58f998eeb552fb47b82915005259a83613ae.tar.gz linux-3.10-db0c58f998eeb552fb47b82915005259a83613ae.tar.bz2 linux-3.10-db0c58f998eeb552fb47b82915005259a83613ae.zip |
[NET] PACKET: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/packet')
-rw-r--r-- | net/packet/af_packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index 7c27bd389b7..1322d62b5d9 100644 --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c @@ -108,7 +108,7 @@ Outgoing, dev->hard_header!=NULL Incoming, dev->hard_header==NULL mac_header -> UNKNOWN position. It is very likely, that it points to ll header. PPP makes it, that is wrong, because introduce - assymetry between rx and tx paths. + assymetry between rx and tx paths. data -> data Outgoing, dev->hard_header==NULL |