Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3901270b authored by Hema Prathaban's avatar Hema Prathaban Committed by Greg Kroah-Hartman
Browse files

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: default avatarHema Prathaban <hemaklnce@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0028d585
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -41,7 +41,7 @@


#include "ptlrpc_internal.h"
#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;
static cfs_hash_ops_t conn_hash_ops;


struct ptlrpc_connection *
struct ptlrpc_connection *