packet: fix "foo * bar" and "(foo*)" problems
authorWeilong Chen <chenweilong@huawei.com>
Mon, 23 Dec 2013 03:31:38 +0000 (11:31 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Dec 2013 18:38:41 +0000 (13:38 -0500)
commitd4dd8aeefda96225abbb6ab21c80bb1cd9b684db
tree53d5487a7a8f0738ef6eed5d973827401caa30ea
parent46306b49349ba9c4e5bdb9cb3c4e8b50192106bf
packet: fix "foo * bar" and "(foo*)" problems

Cleanup checkpatch errors.Specially,the second changed line
is exactly 80 columns long.

Signed-off-by: Weilong Chen <chenweilong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c