From: Eric Dumazet Date: Wed, 22 Sep 2010 20:43:57 +0000 (+0000) Subject: net: return operator cleanup X-Git-Tag: v2.6.37-rc1~147^2~362 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a02cec2155fbea457eca8881870fd2de1a4c4c76;p=pandora-kernel.git net: return operator cleanup Change "return (EXPR);" to "return EXPR;" return is not a function, parentheses are not required. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed