Browse Source

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>
Lisa Nguyen 12 years ago
parent
commit
28ad960e7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/lustre/lnet/lnet/router_proc.c

+ 1 - 1
drivers/staging/lustre/lnet/lnet/router_proc.c

@@ -30,7 +30,7 @@
 /* This is really lnet_proc.c. You might need to update sanity test 215
 /* This is really lnet_proc.c. You might need to update sanity test 215
  * if any file format is changed. */
  * 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)
 #define CTL_LNET	 (0x100)
 enum {
 enum {