mirror of https://gitee.com/openkylin/linux.git
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:
parent
51f01fabe9
commit
28ad960e7a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue