diff options
author | Ed Cashin <ecashin@coraid.com> | 2012-12-17 16:03:39 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 17:15:24 -0800 |
commit | a04b41cd2c3ea39115a2d4f264773a5956a3318d (patch) | |
tree | f92e74151cfd816644cfd8f5be5606d572123816 /drivers/block/aoe/aoenet.c | |
parent | d437962504462f31515344d58cdcaf0b73b389b5 (diff) | |
download | talos-obmc-linux-a04b41cd2c3ea39115a2d4f264773a5956a3318d.tar.gz talos-obmc-linux-a04b41cd2c3ea39115a2d4f264773a5956a3318d.zip |
aoe: whitespace cleanup
Signed-off-by: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block/aoe/aoenet.c')
-rw-r--r-- | drivers/block/aoe/aoenet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/aoe/aoenet.c b/drivers/block/aoe/aoenet.c index 24eca2bf9416..2e47404ff008 100644 --- a/drivers/block/aoe/aoenet.c +++ b/drivers/block/aoe/aoenet.c @@ -124,8 +124,8 @@ aoenet_xmit(struct sk_buff_head *queue) } } -/* - * (1) len doesn't include the header by default. I want this. +/* + * (1) len doesn't include the header by default. I want this. */ static int aoenet_rcv(struct sk_buff *skb, struct net_device *ifp, struct packet_type *pt, struct net_device *orig_dev) |