ip_frag: struct inet_frags match() method returns a bool
authorEric Dumazet <edumazet@google.com>
Fri, 18 May 2012 03:57:13 +0000 (05:57 +0200)
committerDavid 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