Skip to content

Commit 23fda2e

Browse files
mauelshaMike Snitzer
authored andcommitted
dm: fix suspect indent whitespace
Signed-off-by: Heinz Mauelshagen <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
1 parent 22a8b84 commit 23fda2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/md/dm-cache-target.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ static void issue_after_commit(struct batcher *b, struct bio *bio)
189189
spin_unlock_irq(&b->lock);
190190

191191
if (commit_scheduled)
192-
async_commit(b);
192+
async_commit(b);
193193
}
194194

195195
/*

drivers/md/dm-raid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ static int validate_raid_redundancy(struct raid_set *rs)
10821082
if ((!rs->dev[i].rdev.sb_page ||
10831083
!test_bit(In_sync, &rs->dev[i].rdev.flags)) &&
10841084
(++rebuilds_per_group >= copies))
1085-
goto too_many;
1085+
goto too_many;
10861086
}
10871087
break;
10881088
default:

0 commit comments

Comments
 (0)