mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 03:52:39 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7cf1054b8c
commit
79709afac6
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user