]> git.baikalelectronics.ru Git - kernel.git/commit
nf_tables*.h: Remove extern from function prototypes
authorJoe Perches <joe@perches.com>
Sun, 20 Oct 2013 05:05:31 +0000 (22:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Oct 2013 21:19:06 +0000 (17:19 -0400)
commitc44f58980688fb92d99af3386445ade92415c560
tree465db19a2bdb062e94dbc9f77a1f82f2d53ab341
parent5109d115f764f9694db22c09213813353d04174d
nf_tables*.h: Remove extern from function prototypes

There are a mix of function prototypes with and without extern
in the kernel sources.  Standardize on not using extern for
function prototypes.

Function prototypes don't need to be written with extern.
extern is assumed by the compiler.  Its use is as unnecessary as
using auto to declare automatic/local variables in a block.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netfilter/nf_tables.h
include/net/netfilter/nf_tables_core.h