From: Eric Dumazet Date: Fri, 18 May 2012 03:57:13 +0000 (+0200) Subject: ip_frag: struct inet_frags match() method returns a bool X-Git-Tag: v3.5-rc1~191^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbc264cacd08e51fd4a64b5d5b1ba48f523990d1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed