From: Ben Hutchings Date: Tue, 10 Jul 2012 10:54:38 +0000 (+0000) Subject: net: Properly define functions with no parameters X-Git-Tag: v3.6-rc1~125^2~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55b138b1da3d25c04f66f8df03d659dfd46c950;p=pandora-kernel.git net: Properly define functions with no parameters Defining a function with no parameters as 'T foo()' is the deprecated K&R style, and is not strictly equivalent to defining it as 'T foo(void)'. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed