Staging: lustre: fix ERROR: do not initialise statics to 0 or NULL in module.c
Fix checkpatch.pl issues with do not initialise statics to 0 or NULL in module.c Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7db78438d9
commit
d62403d6dd
@ -37,7 +37,7 @@
|
||||
#define DEBUG_SUBSYSTEM S_LNET
|
||||
#include <linux/lnet/lib-lnet.h>
|
||||
|
||||
static int config_on_load = 0;
|
||||
static int config_on_load;
|
||||
CFS_MODULE_PARM(config_on_load, "i", int, 0444,
|
||||
"configure network at module load");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user