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: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Lisa Nguyen 2013-10-18 11:52:34 -07:00 committed by Greg Kroah-Hartman
parent 51f01fabe9
commit 28ad960e7a

View file

@ -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 {