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 <ronit.crj@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5d3d447297
commit
1b2d5577c5
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user