diff options
author | liujing <liujing@cmss.chinamobile.com> | 2024-12-09 11:10:55 +0800 |
---|---|---|
committer | Mikulas Patocka <mpatocka@redhat.com> | 2025-01-17 22:05:39 +0100 |
commit | 193700b9b218a77222a1b5cd53206c17c40f786b (patch) | |
tree | f31b45d3a5d7329534f62b3d2ddd9d6b3d43fe02 /drivers/md/dm-raid.c | |
parent | 554b22864cc79e28cd65e3a6e1d0d1dfa8581c68 (diff) |
dm raid: fix spelling errors in raid_ctr()
Fix the respective spelling errors in raid_ctr() function.
Signed-off-by: liujing <liujing@cmss.chinamobile.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Diffstat (limited to 'drivers/md/dm-raid.c')
-rw-r--r-- | drivers/md/dm-raid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-raid.c b/drivers/md/dm-raid.c index 1e0d3b9b75d6..6adc55fd90d3 100644 --- a/drivers/md/dm-raid.c +++ b/drivers/md/dm-raid.c @@ -3196,7 +3196,7 @@ static int raid_ctr(struct dm_target *ti, unsigned int argc, char **argv) if (reshape_sectors || rs_is_raid1(rs)) { /* * We can only prepare for a reshape here, because the - * raid set needs to run to provide the repective reshape + * raid set needs to run to provide the respective reshape * check functions via its MD personality instance. * * So do the reshape check after md_run() succeeded. |