git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
507c9b1
)
ipv6: Various cleanups in route.c
author
David S. Miller
<davem@davemloft.net>
Sat, 3 Dec 2011 23:02:47 +0000
(18:02 -0500)
committer
David S. Miller
<davem@davemloft.net>
Sat, 3 Dec 2011 23:02:47 +0000
(18:02 -0500)
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>
No differences found