diff options
| author | David S. Miller <[email protected]> | 2011-12-03 23:02:47 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2011-12-03 23:02:47 +0000 |
| commit | 3830847396fa6d7f9a5fec0ca9819c47ac8a64e8 (patch) | |
| tree | cd0ee7f142b193513416e7dc1adb1e0fb28321e8 /net/ipv4/tcp_input.c | |
| parent | ipv6: Various cleanups in ip6_route.c (diff) | |
| download | kernel-3830847396fa6d7f9a5fec0ca9819c47ac8a64e8.tar.gz kernel-3830847396fa6d7f9a5fec0ca9819c47ac8a64e8.zip | |
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 <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_input.c')
0 files changed, 0 insertions, 0 deletions
