staging: wilc1000: wilc_wfi_netdevice.c: remove prohibited space before semicolon
Fix checkpatch warning found by checkpatch.pl WARNING: space prohibited before semicolon Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8ca1b55a49
commit
a241a78952
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module_param(timeout, int, 0);
|
||||||
/*
|
/*
|
||||||
* Do we run in NAPI mode?
|
* Do we run in NAPI mode?
|
||||||
*/
|
*/
|
||||||
static int use_napi ;
|
static int use_napi;
|
||||||
module_param(use_napi, int, 0);
|
module_param(use_napi, int, 0);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue