staging: lustre: Remove unnecessary parentheses.
This patch remove unnecessary parentheses. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a86a659fb6
commit
dbd18138a0
@ -925,7 +925,7 @@ static int lmv_iocontrol(unsigned int cmd, struct obd_export *exp,
|
||||
__u32 index;
|
||||
|
||||
memcpy(&index, data->ioc_inlbuf2, sizeof(__u32));
|
||||
if ((index >= count))
|
||||
if (index >= count)
|
||||
return -ENODEV;
|
||||
|
||||
if (lmv->tgts[index] == NULL ||
|
||||
|
Loading…
Reference in New Issue
Block a user