Commit 1b2d5577 authored by Ronit Halder's avatar Ronit Halder Committed by Greg Kroah-Hartman

Staging: lustre: fixed a blank line after declarations coding style issue

Fixed a blank line after declarations coding style issue
Signed-off-by: default avatarRonit Halder <ronit.crj@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5d3d4472
...@@ -123,6 +123,7 @@ int lov_adjust_kms(struct obd_export *exp, struct lov_stripe_md *lsm, ...@@ -123,6 +123,7 @@ int lov_adjust_kms(struct obd_export *exp, struct lov_stripe_md *lsm,
if (shrink) { if (shrink) {
for (; stripe < lsm->lsm_stripe_count; stripe++) { for (; stripe < lsm->lsm_stripe_count; stripe++) {
struct lov_oinfo *loi = lsm->lsm_oinfo[stripe]; struct lov_oinfo *loi = lsm->lsm_oinfo[stripe];
kms = lov_size_to_stripe(lsm, size, stripe); kms = lov_size_to_stripe(lsm, size, stripe);
CDEBUG(D_INODE, CDEBUG(D_INODE,
"stripe %d KMS %sing %llu->%llu\n", "stripe %d KMS %sing %llu->%llu\n",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment