David S. Miller 3830847396 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 <davem@davemloft.net>
2011-12-03 18:02:47 -05:00
..
2011-12-03 18:02:47 -05:00
2011-10-13 16:05:07 -04:00
2011-11-22 16:43:32 -05:00
2011-11-26 15:57:36 -05:00
2011-11-29 00:23:13 -05:00
2011-11-14 00:10:50 -05:00
2011-11-29 12:46:19 -05:00