]> Pileus Git - ~andy/linux/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)
commit5eccdfaabcf44f71702ba033d9c24821111749e1
tree465db19a2bdb062e94dbc9f77a1f82f2d53ab341
parentc68c7f5a88328fbcd992c68e99ebd6bf7d49e9d2
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