commit | cbc264cacd08e51fd4a64b5d5b1ba48f523990d1 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri May 18 05:57:13 2012 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri May 18 01:40:27 2012 -0400 |
tree | f51584e8a78fad165debfe1e0d01715d9f493f3b | |
parent | 28e85100ae0fd814db723aeaaa785270bf4d600d [diff] |
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>