From: Jiangshan Yi <yijiangshan@kylinos.cn> Date: Mon, 5 Sep 2022 02:45:52 +0000 (+0800) Subject: dm raid: fix typo in analyse_superblocks code comment X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=96fccdce97ce647d5c7bf1db0d3159cc90774054;p=users%2Fjedix%2Flinux-maple.git dm raid: fix typo in analyse_superblocks code comment Reported-by: k2ci <kernel-bot@kylinos.cn> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn> Signed-off-by: Mike Snitzer <snitzer@kernel.org> --- diff --git a/drivers/md/dm-raid.c b/drivers/md/dm-raid.c index e448fd45a914..54263679a7b1 100644 --- a/drivers/md/dm-raid.c +++ b/drivers/md/dm-raid.c @@ -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