Commit 28ad960e authored by Lisa Nguyen's avatar Lisa Nguyen Committed by Greg Kroah-Hartman
Browse files

staging/lustre/lnet: Fix static initialization error in router_proc.c



Fixed the static initialization error generated by checkpatch.pl to
meet kernel coding standards.

Signed-off-by: default avatarLisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 51f01fab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
/* This is really lnet_proc.c. You might need to update sanity test 215
 * if any file format is changed. */

static ctl_table_header_t *lnet_table_header = NULL;
static ctl_table_header_t *lnet_table_header;

#define CTL_LNET	 (0x100)
enum {