From: Randy Dunlap <[email protected]>
Drop the doubled word "the" in a comment.
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Song Liu <[email protected]>
Cc: [email protected]
---
include/uapi/linux/raid/md_p.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200714.orig/include/uapi/linux/raid/md_p.h
+++ linux-next-20200714/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
On Fri, Jul 17, 2020 at 4:37 PM Randy Dunlap <[email protected]> wrote:
>
> From: Randy Dunlap <[email protected]>
>
> Drop the doubled word "the" in a comment.
>
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Song Liu <[email protected]>
> Cc: [email protected]
Applied to md-next. Thanks!
> ---
> include/uapi/linux/raid/md_p.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20200714.orig/include/uapi/linux/raid/md_p.h
> +++ linux-next-20200714/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
>