]> git.baikalelectronics.ru Git - kernel.git/commit
net: Remove extern from include/net/ scheduling prototypes
authorJoe Perches <joe@perches.com>
Wed, 31 Jul 2013 05:47:13 +0000 (22:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Aug 2013 00:24:22 +0000 (17:24 -0700)
commit2ff48dc9a98c180917cef6fc2434282cbf81e811
treeca42e94710f78cf542b141f1b20693144e51feac
parent240dd8f50c67beb90a031f3fc8d8ba8ab4006558
net: Remove extern from include/net/ scheduling 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>
include/net/act_api.h
include/net/pkt_cls.h
include/net/pkt_sched.h
include/net/sch_generic.h