git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdd28d7
)
net: Properly define functions with no parameters
author
Ben Hutchings
<bhutchings@solarflare.com>
Tue, 10 Jul 2012 10:54:38 +0000
(10:54 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 11 Jul 2012 06:13:45 +0000
(23:13 -0700)
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 <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found