From: Hatice ERTÜRK <haticeerturk27@gmail.com>
Date: Fri, 27 Feb 2015 12:15:36 +0000 (+0200)
Subject: Staging: lustre: lustre: osc: Insert missing space before '='
X-Git-Tag: firefly_0821_release~176^2~1998^2~138^2~843
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=79709afac6275be75935ee95ff8094a7586db82c;p=firefly-linux-kernel-4.4.55.git

Staging: lustre: lustre: osc: Insert missing space before '='

Insert missing space before '=' to improve readability.

This Error found with checkpatch.pl

Signed-off-by: Hatice ERTURK <haticeerturk27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

diff --git a/drivers/staging/lustre/lustre/osc/osc_lock.c b/drivers/staging/lustre/lustre/osc/osc_lock.c
index 445655724904..350ad49550ab 100644
--- a/drivers/staging/lustre/lustre/osc/osc_lock.c
+++ b/drivers/staging/lustre/lustre/osc/osc_lock.c
@@ -1010,7 +1010,7 @@ static int osc_lock_enqueue_wait(const struct lu_env *env,
 	struct cl_lock_descr    *descr   = &lock->cll_descr;
 	struct cl_object_header *hdr     = cl_object_header(descr->cld_obj);
 	struct cl_lock	  *scan;
-	struct cl_lock	  *conflict= NULL;
+	struct cl_lock	  *conflict = NULL;
 	int lockless		     = osc_lock_is_lockless(olck);
 	int rc			   = 0;