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)
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>

No differences found