Skip to content

Commit 193700b

Browse files
liujingMikulas Patocka
authored andcommitted
dm raid: fix spelling errors in raid_ctr()
Fix the respective spelling errors in raid_ctr() function. Signed-off-by: liujing <[email protected]> Signed-off-by: Mikulas Patocka <[email protected]>
1 parent 554b228 commit 193700b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/md/dm-raid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3196,7 +3196,7 @@ static int raid_ctr(struct dm_target *ti, unsigned int argc, char **argv)
31963196
if (reshape_sectors || rs_is_raid1(rs)) {
31973197
/*
31983198
* We can only prepare for a reshape here, because the
3199-
* raid set needs to run to provide the repective reshape
3199+
* raid set needs to run to provide the respective reshape
32003200
* check functions via its MD personality instance.
32013201
*
32023202
* So do the reshape check after md_run() succeeded.

0 commit comments

Comments
 (0)