From: Randy Dunlap Date: Fri, 17 Jul 2020 23:37:13 +0000 (-0700) Subject: raid: md_p.h: drop duplicated word in a comment X-Git-Tag: v5.10.7~1957^2~29^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c333f9495c451d958c6f4a41e5de2d8f80f79496;p=platform%2Fkernel%2Flinux-rpi.git raid: md_p.h: drop duplicated word in a comment Drop the doubled word "the" in a comment. Signed-off-by: Randy Dunlap Cc: Song Liu Cc: linux-raid@vger.kernel.org Signed-off-by: Song Liu --- diff --git a/include/uapi/linux/raid/md_p.h b/include/uapi/linux/raid/md_p.h index 1f2d8c8..e5a98a1 100644 --- a/include/uapi/linux/raid/md_p.h +++ b/include/uapi/linux/raid/md_p.h @@ -123,7 +123,7 @@ typedef struct mdp_device_descriptor_s { /* * Notes: - * - if an array is being reshaped (restriped) in order to change the + * - if an array is being reshaped (restriped) in order to change * the number of active devices in the array, 'raid_disks' will be * the larger of the old and new numbers. 'delta_disks' will * be the "new - old". So if +ve, raid_disks is the new value, and