summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-09-23 11:37:59 -0700
committerJoe Perches <joe@perches.com>2013-09-24 18:06:51 -0700
commita958df5dc3065ce517726dc54087639e13ffee8f (patch)
treec3f080ef4262604f3aaa209dc6420dab68a2f311 /security
parent53406cd734ec5293069acd9135440ff36a4bbdbc (diff)
rtlwifi: 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>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions