mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
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:
committed by
Greg Kroah-Hartman
parent
8ca1b55a49
commit
a241a78952
@@ -31,7 +31,7 @@ module_param(timeout, int, 0);
|
||||
/*
|
||||
* Do we run in NAPI mode?
|
||||
*/
|
||||
static int use_napi ;
|
||||
static int use_napi;
|
||||
module_param(use_napi, int, 0);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user