mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 16:25:42 -04:00
staging: lustre: lustre: ptlrpc: Donot initialise null
This patch fixes the following error using checkpatch.pl Error: Do not initialise statics to 0 or NULL Signed-off-by: Hema Prathaban <hemaklnce@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0028d585b4
commit
3901270b15
@@ -41,7 +41,7 @@
|
||||
|
||||
#include "ptlrpc_internal.h"
|
||||
|
||||
static struct cfs_hash *conn_hash = NULL;
|
||||
static struct cfs_hash *conn_hash;
|
||||
static cfs_hash_ops_t conn_hash_ops;
|
||||
|
||||
struct ptlrpc_connection *
|
||||
|
||||
Reference in New Issue
Block a user