Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d62403d6 authored by Ebru Akagunduz's avatar Ebru Akagunduz Committed by Greg Kroah-Hartman
Browse files

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: default avatarEbru Akagunduz <ebru.akagunduz@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7db78438
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");