public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 1/3] staging: lustre: fix coding style errors
@ 2015-02-10 18:36 Tal Shorer
  2015-02-10 18:36 ` [PATCH v4 2/3] " Tal Shorer
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tal Shorer @ 2015-02-10 18:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: oleg.drokin, devel, andreas.dilger, gregkh, clabbe.montjoie,
	dan.carpenter, tal.shorer

fix the following coding style error in drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c:
initialization of lnet_table_header (static pointer) to NULL

Signed-off-by: Tal Shorer <tal.shorer@gmail.com>
---
 drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c b/drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c
index c539e37..7c259af 100644
--- a/drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c
+++ b/drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c
@@ -65,7 +65,7 @@
 #include <asm/div64.h>
 #include "../tracefile.h"
 
-static struct ctl_table_header *lnet_table_header = NULL;
+static struct ctl_table_header *lnet_table_header;
 extern char lnet_upcall[1024];
 /**
  * The path of debug log dump upcall script.
-- 
2.2.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-02  1:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-10 18:36 [PATCH v4 1/3] staging: lustre: fix coding style errors Tal Shorer
2015-02-10 18:36 ` [PATCH v4 2/3] " Tal Shorer
2015-03-02  1:28   ` Greg KH
2015-02-10 18:36 ` [PATCH v4 3/3] staging: lustre: fix coding style errors fix the Tal Shorer
2015-03-02  1:27   ` Greg KH
2015-03-02  1:27 ` [PATCH v4 1/3] staging: lustre: fix coding style errors Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox