diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-08-30 23:33:45 +0800 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2022-10-18 17:17:47 -0400 |
commit | cea446630feab57f49d47abccf206e9725019cce (patch) | |
tree | ba7ef37dab047eedc23075fd67c4f0232eb077df /drivers/md | |
parent | 43e6c111824c75940a586cd7d3fe6a5ff1d5104f (diff) | |
download | linux-cea446630feab57f49d47abccf206e9725019cce.tar.bz2 |
dm raid: delete the redundant word 'that' in comment
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/dm-raid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-raid.c b/drivers/md/dm-raid.c index c640be453313..e448fd45a914 100644 --- a/drivers/md/dm-raid.c +++ b/drivers/md/dm-raid.c @@ -2529,7 +2529,7 @@ static int analyse_superblocks(struct dm_target *ti, struct raid_set *rs) * of the "sync" directive. * * With reshaping capability added, we must ensure that - * that the "sync" directive is disallowed during the reshape. + * the "sync" directive is disallowed during the reshape. */ if (test_bit(__CTR_FLAG_SYNC, &rs->ctr_flags)) continue; |