From: Anil Belur Date: Wed, 18 Jun 2014 08:23:53 +0000 (+1000) Subject: staging: lustre: lclient: lcommon_cl.c fixing coding style issues X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=847d47faa33b446d8b7e0a31fe95497c4b0ecca1;p=linux-beck.git staging: lustre: lclient: lcommon_cl.c fixing coding style issues fixed: ERROR: do not initialise statics to 0 or NULL Signed-off-by: Anil Belur Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c index 1f39219c43e0..de0ad37e8521 100644 --- a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c +++ b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c @@ -266,7 +266,7 @@ int ccc_req_init(const struct lu_env *env, struct cl_device *dev, * fails. Access to this environment is serialized by ccc_inode_fini_guard * mutex. */ -static struct lu_env *ccc_inode_fini_env = NULL; +static struct lu_env *ccc_inode_fini_env; /** * A mutex serializing calls to slp_inode_fini() under extreme memory