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:
28e8510
)
ip_frag: struct inet_frags match() method returns a bool
author
Eric Dumazet
<edumazet@google.com>
Fri, 18 May 2012 03:57:13 +0000
(
05:57
+0200)
committer
David S. Miller
<davem@davemloft.net>
Fri, 18 May 2012 05:40:27 +0000
(
01:40
-0400)
- match() method returns a boolean
- return (A && B && C && D) -> return A && B && C && D
- fix indentation
Signed-off-by: Eric Dumazet <edumazet@google.com>
No differences found