From: Eric Dumazet Date: Thu, 23 Sep 2010 05:40:09 +0000 (+0000) Subject: drivers/net: return operator cleanup X-Git-Tag: v2.6.37-rc1~147^2~355 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=807540baae406c84dcb9c1c8ef07a56d2d2ae84a;p=pandora-kernel.git drivers/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