]> 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)
commit74900366fddbc166010e714298b760fb7c63056d
tree465db19a2bdb062e94dbc9f77a1f82f2d53ab341
parent9c639a297853e4c470c50ab281df7ea34e0ff236
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