Commit 95c3fe33 authored by aybuke ozdemir's avatar aybuke ozdemir Committed by Greg Kroah-Hartman

Staging: lustre: lnet: add spaces around '||'

This fixes the checkpatch.pl error in conctl.c:
ERROR: spaces required around that '||' (ctx:VxE)
Signed-off-by: default avataraybuke ozdemir <aybuke.147@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d501e564
...@@ -203,7 +203,7 @@ lst_group_add_ioctl(lstio_group_add_args_t *args) ...@@ -203,7 +203,7 @@ lst_group_add_ioctl(lstio_group_add_args_t *args)
if (args->lstio_grp_key != console_session.ses_key) if (args->lstio_grp_key != console_session.ses_key)
return -EACCES; return -EACCES;
if (args->lstio_grp_namep == NULL|| if (args->lstio_grp_namep == NULL ||
args->lstio_grp_nmlen <= 0 || args->lstio_grp_nmlen <= 0 ||
args->lstio_grp_nmlen > LST_NAME_SIZE) args->lstio_grp_nmlen > LST_NAME_SIZE)
return -EINVAL; return -EINVAL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment