mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
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:
parent
22a8b84945
commit
23fda2effb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user