OSDN Git Service

dm raid: fix typo in analyse_superblocks code comment
authorJiangshan Yi <yijiangshan@kylinos.cn>
Mon, 5 Sep 2022 02:45:52 +0000 (10:45 +0800)
committerMike Snitzer <snitzer@kernel.org>
Tue, 18 Oct 2022 21:17:47 +0000 (17:17 -0400)
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-raid.c

index e448fd4..5426367 100644 (file)
@@ -2590,7 +2590,7 @@ static int analyse_superblocks(struct dm_target *ti, struct raid_set *rs)
 
 /*
  * Adjust data_offset and new_data_offset on all disk members of @rs
- * for out of place reshaping if requested by contructor
+ * for out of place reshaping if requested by constructor
  *
  * We need free space at the beginning of each raid disk for forward
  * and at the end for backward reshapes which userspace has to provide