ip_frag: struct inet_frags match() method returns a bool
authorEric Dumazet <[email protected]>
Fri, 18 May 2012 03:57:13 +0000 (05:57 +0200)
committerDavid S. Miller <[email protected]>
Fri, 18 May 2012 05:40:27 +0000 (01:40 -0400)
commitcbc264cacd08e51fd4a64b5d5b1ba48f523990d1
treef51584e8a78fad165debfe1e0d01715d9f493f3b
parent28e85100ae0fd814db723aeaaa785270bf4d600d
ip_frag: struct inet_frags match() method returns a bool

- match() method returns a boolean
- return (A && B && C && D) -> return A && B && C && D
- fix indentation

Signed-off-by: Eric Dumazet <[email protected]>
include/net/inet_frag.h
include/net/ipv6.h
net/ipv4/ip_fragment.c
net/ipv6/reassembly.c