]> 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)
commit9de290b3770ab950cc2c6801522cf4ecf9eceaff
treeab5eebe93e10e7e69042b15603a5b3844c049f6b
parent515735eca60b8168ad1e947af5958f1590839b13
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