]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit73ccc91167bd429cb2f0b9940377e6b716a0a903
treef51584e8a78fad165debfe1e0d01715d9f493f3b
parent14e59515b77c8abe10f3f33003c3c20f0cfe4668
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 <edumazet@google.com>
include/net/inet_frag.h
include/net/ipv6.h
net/ipv4/ip_fragment.c
net/ipv6/reassembly.c