From: Hema Prathaban Date: Thu, 14 Aug 2014 07:20:04 +0000 (+0530) Subject: staging: lustre: lustre: ptlrpc: Donot initialise null X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3901270b1519a6b416383dfb29eeb79ed104dbbf;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/ptlrpc/connection.c b/drivers/staging/lustre/lustre/ptlrpc/connection.c index adff1ab4f5a4..62154c45f420 100644 --- a/drivers/staging/lustre/lustre/ptlrpc/connection.c +++ b/drivers/staging/lustre/lustre/ptlrpc/connection.c @@ -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 *