From: Jilin Yuan Date: Tue, 30 Aug 2022 15:33:45 +0000 (+0800) Subject: dm raid: delete the redundant word 'that' in comment X-Git-Tag: v6.1-rc2~32^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=cea446630feab57f49d47abccf206e9725019cce;p=linux-block.git dm raid: delete the redundant word 'that' in comment Signed-off-by: Jilin Yuan Signed-off-by: Mike Snitzer --- 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;