mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
Staging : lustre/lustre/lov: Fix Statements terminations use 1 semicolon in lov_ea.c
This patch fixes the following checkpatch.pl issues in lov_ea.c Warning: Statements terminations use 1 semicolon in lov_ea.c Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bf988c16a3
commit
76b8f5388a
@@ -98,7 +98,7 @@ struct lov_stripe_md *lsm_alloc_plain(__u16 stripe_count, int *size)
|
||||
|
||||
OBD_ALLOC_LARGE(lsm, *size);
|
||||
if (!lsm)
|
||||
return NULL;;
|
||||
return NULL;
|
||||
|
||||
for (i = 0; i < stripe_count; i++) {
|
||||
OBD_SLAB_ALLOC_PTR_GFP(loi, lov_oinfo_slab, __GFP_IO);
|
||||
|
||||
Reference in New Issue
Block a user