]> Git Repo - linux.git/commit
ipw2x00: Remove extern from function prototypes
authorJoe Perches <[email protected]>
Mon, 23 Sep 2013 18:37:59 +0000 (11:37 -0700)
committerJoe Perches <[email protected]>
Wed, 25 Sep 2013 01:05:03 +0000 (18:05 -0700)
commit89eb744f1a77b32d6ec718618f356df3188403e7
tree48185ede5add9c051dbd5cf99d3ee70c244d2532
parent9bd91f3c00bd8dd54339499a9253b31c6bac7c7b
ipw2x00: 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 <[email protected]>
drivers/net/wireless/ipw2x00/libipw.h
This page took 0.052153 seconds and 4 git commands to generate.