Commit 23fda2ef authored by Heinz Mauelshagen's avatar Heinz Mauelshagen Committed by Mike Snitzer

dm: fix suspect indent whitespace

Signed-off-by: default avatarHeinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
parent 22a8b849
......@@ -189,7 +189,7 @@ static void issue_after_commit(struct batcher *b, struct bio *bio)
spin_unlock_irq(&b->lock);
if (commit_scheduled)
async_commit(b);
async_commit(b);
}
/*
......
......@@ -1082,7 +1082,7 @@ static int validate_raid_redundancy(struct raid_set *rs)
if ((!rs->dev[i].rdev.sb_page ||
!test_bit(In_sync, &rs->dev[i].rdev.flags)) &&
(++rebuilds_per_group >= copies))
goto too_many;
goto too_many;
}
break;
default:
......
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