From: David S. Miller Date: Sat, 3 Dec 2011 23:02:47 +0000 (-0500) Subject: ipv6: Various cleanups in route.c X-Git-Tag: v3.3-rc1~182^2~368 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3830847396fa6d7f9a5fec0ca9819c47ac8a64e8;p=pandora-kernel.git ipv6: Various cleanups in route.c 1) x == NULL --> !x 2) x != NULL --> x 3) (x&BIT) --> (x & BIT) 4) (BIT1|BIT2) --> (BIT1 | BIT2) 5) proper argument and struct member alignment Signed-off-by: David S. Miller --- Reading git-diff-tree failed