From: Lisa Nguyen Date: Fri, 18 Oct 2013 18:52:34 +0000 (-0700) Subject: staging/lustre/lnet: Fix static initialization error in router_proc.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=28ad960e7a4d102202b3e136404699243259cac2;p=deliverable%2Flinux.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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lnet/lnet/router_proc.c b/drivers/staging/lustre/lnet/lnet/router_proc.c index 931f6ca25dc7..7522028c081f 100644 --- a/drivers/staging/lustre/lnet/lnet/router_proc.c +++ b/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 * 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 {