mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 21:04:42 -04:00
staging: lustre: lustre: lov: Added space
Added a spaces around '|' to fix the check detected by checkpatch.pl CHECK: spaces preferred around that '|' (ctx:VxV) Signed-off-by: Anjali Menon <cse.anjalimenon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
62fcd58943
commit
9edece72e2
@@ -334,7 +334,7 @@ static struct lov_device_emerg **lov_emerg_alloc(int nr)
|
||||
emerg[i] = em;
|
||||
cl_page_list_init(&em->emrg_page_list);
|
||||
em->emrg_env = cl_env_alloc(&em->emrg_refcheck,
|
||||
LCT_REMEMBER|LCT_NOREF);
|
||||
LCT_REMEMBER | LCT_NOREF);
|
||||
if (!IS_ERR(em->emrg_env))
|
||||
em->emrg_env->le_ctx.lc_cookie = 0x2;
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user