summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-10-19 22:05:31 -0700
committerDavid S. Miller <davem@davemloft.net>2013-10-21 17:19:06 -0400
commit5eccdfaabcf44f71702ba033d9c24821111749e1 (patch)
tree465db19a2bdb062e94dbc9f77a1f82f2d53ab341 /include/net/sock.h
parentc68c7f5a88328fbcd992c68e99ebd6bf7d49e9d2 (diff)
downloadlinux-5eccdfaabcf44f71702ba033d9c24821111749e1.tar.gz
linux-5eccdfaabcf44f71702ba033d9c24821111749e1.tar.bz2
linux-5eccdfaabcf44f71702ba033d9c24821111749e1.zip
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>
Diffstat (limited to 'include/net/sock.h')
0 files changed, 0 insertions, 0 deletions