Staging : lustre/lustre/lov: Fix Statements terminations use 1 semicolon in lov_ea.c
authorMonam Agarwal <monamagarwal123@gmail.com>
Sat, 1 Mar 2014 11:33:33 +0000 (17:03 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 01:35:27 +0000 (17:35 -0800)
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>
drivers/staging/lustre/lustre/lov/lov_ea.c

index e6c60151dc654c4567fbecf41b523fe092c542eb..6f356e025543739f0a39f68a061756b2be5e0ab5 100644 (file)
@@ -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);