diff options
author | David S. Miller <davem@davemloft.net> | 2011-12-03 23:02:47 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-03 23:02:47 (GMT) |
commit | 3830847396fa6d7f9a5fec0ca9819c47ac8a64e8 (patch) | |
tree | cd0ee7f142b193513416e7dc1adb1e0fb28321e8 /lib/halfmd4.c | |
parent | 507c9b1e0702db4fb6c25135019158d1201f4de7 (diff) | |
download | linux-3830847396fa6d7f9a5fec0ca9819c47ac8a64e8.tar.xz |
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>
Diffstat (limited to 'lib/halfmd4.c')
0 files changed, 0 insertions, 0 deletions