summaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
diff options
context:
space:
mode:
authorJoe Perches2013-09-20 20:23:24 +0200
committerDavid S. Miller2013-09-20 20:49:33 +0200
commit4787342c390a8e7570a81a62c9b361d7a4380893 (patch)
tree2678c49dfe883ce1c40d4731eaa97498603110e2 /include/net/dst.h
parentfib_rules.h: Remove extern from function prototypes (diff)
downloadkernel-qcow2-linux-4787342c390a8e7570a81a62c9b361d7a4380893.tar.gz
kernel-qcow2-linux-4787342c390a8e7570a81a62c9b361d7a4380893.tar.xz
kernel-qcow2-linux-4787342c390a8e7570a81a62c9b361d7a4380893.zip
flow.h/flow_keys.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/dst.h')
0 files changed, 0 insertions, 0 deletions