From: Ronit Halder Date: Fri, 10 Jul 2015 17:35:39 +0000 (+0530) Subject: Staging: lustre: fixed a blank line after declarations coding style issue X-Git-Tag: v4.9.8~3706^2~713 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b2d5577c507d35cc2ea205eba0b101003cc2fe9;p=platform%2Fkernel%2Flinux-rpi3.git Staging: lustre: fixed a blank line after declarations coding style issue Fixed a blank line after declarations coding style issue Signed-off-by: Ronit Halder Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/lov/lov_merge.c b/drivers/staging/lustre/lustre/lov/lov_merge.c index b7e7bfa..dd1cf3d 100644 --- a/drivers/staging/lustre/lustre/lov/lov_merge.c +++ b/drivers/staging/lustre/lustre/lov/lov_merge.c @@ -123,6 +123,7 @@ int lov_adjust_kms(struct obd_export *exp, struct lov_stripe_md *lsm, if (shrink) { for (; stripe < lsm->lsm_stripe_count; stripe++) { struct lov_oinfo *loi = lsm->lsm_oinfo[stripe]; + kms = lov_size_to_stripe(lsm, size, stripe); CDEBUG(D_INODE, "stripe %d KMS %sing %llu->%llu\n",