]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: fix checkpatch errors
authorDaniel Baluta <dbaluta@ixiacom.com>
Sun, 15 Apr 2012 01:34:41 +0000 (01:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Apr 2012 16:37:19 +0000 (12:37 -0400)
commit3eb52fc13607477ba3182a5d37c1cfd66355d89b
treeab5eebe93e10e7e69042b15603a5b3844c049f6b
parent30215dad282c02109f0fa89c419e062bf4b3edf0
ipv4: fix checkpatch errors

Fix checkpatch errors of the following type:
* ERROR: "foo * bar" should be "foo *bar"
* ERROR: "(foo*)" should be "(foo *)"

Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
16 files changed:
net/ipv4/af_inet.c
net/ipv4/ah4.c
net/ipv4/igmp.c
net/ipv4/inet_hashtables.c
net/ipv4/ip_forward.c
net/ipv4/ip_gre.c
net/ipv4/ip_options.c
net/ipv4/ip_sockglue.c
net/ipv4/ipip.c
net/ipv4/ping.c
net/ipv4/raw.c
net/ipv4/route.c
net/ipv4/tcp_probe.c
net/ipv4/udp.c
net/ipv4/udp_impl.h
net/ipv4/xfrm4_policy.c