summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-09-23 11:33:36 -0700
committerDavid S. Miller <davem@davemloft.net>2013-09-23 16:29:40 -0400
commit1a50bd064e1825ad0cc049be2d205ac6719f88e5 (patch)
treeaa9398ed1cbf262b1782adb27e1279fbb4c14310 /.gitignore
parent5c9f30236f53f3fbee170e2452dfa0e5dce4727b (diff)
downloadop-kernel-dev-1a50bd064e1825ad0cc049be2d205ac6719f88e5.zip
op-kernel-dev-1a50bd064e1825ad0cc049be2d205ac6719f88e5.tar.gz
udp.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 '.gitignore')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud