diff --git a/drivers/staging/lustre/lustre/lov/lov_ea.c b/drivers/staging/lustre/lustre/lov/lov_ea.c index e6c60151dc654c4567fbecf41b523fe092c542eb..6f356e025543739f0a39f68a061756b2be5e0ab5 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);