summaryrefslogtreecommitdiffstats
path: root/kernel/user.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-07-31 17:31:35 -0700
committerDavid S. Miller <davem@davemloft.net>2013-07-31 17:50:02 -0700
commit90972b22116bc22181717517ad5b0c7043edb178 (patch)
tree8002e587eb3c5f2c7fbf3f3cec52ab2379c51849 /kernel/user.c
parentcd2cf63a567fb45be445ccc0aed8e551d86f0314 (diff)
downloadtalos-op-linux-90972b22116bc22181717517ad5b0c7043edb178.tar.gz
talos-op-linux-90972b22116bc22181717517ad5b0c7043edb178.zip
arp/neighbour.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. Reflow modified prototypes to 80 columns. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/user.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud