diff options
| author | Monam Agarwal <monamagarwal123@gmail.com> | 2014-03-01 15:33:33 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-07 05:35:27 +0400 |
| commit | 76b8f5388a2f0da3bbb7deb72603a74c7a9875ba (patch) | |
| tree | a9fe18d6a0945c2cbdb642f80315cb6d29ecef75 | |
| parent | bf988c16a3d65c853bd3eb0ec4f15a88a76a3ccd (diff) | |
| download | linux-76b8f5388a2f0da3bbb7deb72603a74c7a9875ba.tar.xz | |
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>
| -rw-r--r-- | drivers/staging/lustre/lustre/lov/lov_ea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/lov/lov_ea.c b/drivers/staging/lustre/lustre/lov/lov_ea.c index e6c60151dc65..6f356e025543 100644 --- a/drivers/staging/lustre/lustre/lov/lov_ea.c +++ b/drivers/staging/lustre/lustre/lov/lov_ea.c @@ -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); |
