dm: fix suspect indent whitespace

Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
Heinz Mauelshagen 2023-02-07 23:06:47 +01:00 committed by Mike Snitzer
parent 22a8b84945
commit 23fda2effb
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
/*

View File

@ -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: