mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02: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:
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 *
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user