drivers: staging: wilc1000: use 'void' for no arguments functions
authorChandra S Gorentla <csgorentla@gmail.com>
Wed, 5 Aug 2015 16:41:55 +0000 (22:11 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 19:15:38 +0000 (12:15 -0700)
commita96c47e1978a874e87e7fea3ebb178eaf8730d46
tree8b5199c29bb527d6869d92461b783e84151810f8
parent1913221c0e3025a93c3c106ec0167f8240df4d35
drivers: staging: wilc1000: use 'void' for no arguments functions

Added 'void' keyword in the paranthesis of function definitions, when
there are no arguments to the functions.  This fixes the checkpatch.pl
error - "Bad function definition 'function()' should probably be
function(void)".

Signed-off-by: Chandra S Gorentla <csgorentla@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_mon.c
drivers/staging/wilc1000/linux_wlan.c
This page took 0.024576 seconds and 5 git commands to generate.