mirror of https://gitee.com/openkylin/linux.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>
This commit is contained in:
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue