aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-08-30 23:33:45 +0800
committerMike Snitzer <snitzer@kernel.org>2022-10-18 17:17:47 -0400
commitcea446630feab57f49d47abccf206e9725019cce (patch)
treeba7ef37dab047eedc23075fd67c4f0232eb077df
parentdm: change from DMWARN to DMERR or DMCRIT for fatal errors (diff)
downloadlinux-dev-cea446630feab57f49d47abccf206e9725019cce.tar.xz
linux-dev-cea446630feab57f49d47abccf206e9725019cce.zip
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>
-rw-r--r--drivers/md/dm-raid.c2
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;