[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220621113234.99140-1-jiangjian@cdjrlc.com>
Date: Tue, 21 Jun 2022 19:32:34 +0800
From: Jiang Jian <jiangjian@...rlc.com>
To: agk@...hat.com, snitzer@...nel.org, dm-devel@...hat.com
Cc: linux-kernel@...r.kernel.org, Jiang Jian <jiangjian@...rlc.com>
Subject: [PATCH] dm raid: drop unexpected word "the" in the comments
there is an unexpected word "the" in the comments that need to be dropped
file: drivers/md/dm-raid.c
line: 1370
/* Userspace passes new data_offset after having extended the data image LV */
Signed-off-by: Jiang Jian <jiangjian@...rlc.com>
---
drivers/md/dm-raid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/md/dm-raid.c b/drivers/md/dm-raid.c
index 9526ccbedafb..a438efc70e87 100644
--- a/drivers/md/dm-raid.c
+++ b/drivers/md/dm-raid.c
@@ -1367,7 +1367,7 @@ static int parse_raid_params(struct raid_set *rs, struct dm_arg_set *as,
}
rs->md.bitmap_info.daemon_sleep = value;
} else if (!strcasecmp(key, dm_raid_arg_name_by_flag(CTR_FLAG_DATA_OFFSET))) {
- /* Userspace passes new data_offset after having extended the the data image LV */
+ /* Userspace passes new data_offset after having extended the data image LV */
if (test_and_set_bit(__CTR_FLAG_DATA_OFFSET, &rs->ctr_flags)) {
rs->ti->error = "Only one data_offset argument pair allowed";
return -EINVAL;
--
2.17.1
Powered by blists - more mailing lists