aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_rules.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-07-30 22:47:13 -0700
committerDavid S. Miller <davem@davemloft.net>2013-07-31 17:24:22 -0700
commit5c15257f93234aaa9775291a041b49eeb38fd95a (patch)
treeca42e94710f78cf542b141f1b20693144e51feac /net/ipv4/fib_rules.c
parentnet: skb_orphan() changes (diff)
downloadlinux-dev-5c15257f93234aaa9775291a041b49eeb38fd95a.tar.xz
linux-dev-5c15257f93234aaa9775291a041b49eeb38fd95a.zip
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>
Diffstat (limited to 'net/ipv4/fib_rules.c')
0 files changed, 0 insertions, 0 deletions