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:
Hema Prathaban
2014-08-14 12:50:04 +05:30
committed by Greg Kroah-Hartman
parent 0028d585b4
commit 3901270b15

View File

@@ -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 *