]> Pileus Git - ~andy/linux/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)
commit5c15257f93234aaa9775291a041b49eeb38fd95a
treeca42e94710f78cf542b141f1b20693144e51feac
parentc34a761231b56dea4bd205cb9c29ffe37475d232
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