summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-09-26 14:48:15 -0700
committerJoe Perches <joe@perches.com>2013-09-26 14:53:19 -0700
commit7965bd4d71ef7cf1db00afb9e406ddfc13443c13 (patch)
tree580d04df7eb2576a4d239702c54b6e37b968efad /kernel
parenta0f4ecf3494c9869d20f606e7e2b2f50f0e67a7f (diff)
downloadlinux-7965bd4d71ef7cf1db00afb9e406ddfc13443c13.tar.gz
linux-7965bd4d71ef7cf1db00afb9e406ddfc13443c13.tar.bz2
linux-7965bd4d71ef7cf1db00afb9e406ddfc13443c13.zip
net.h/skbuff.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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions