Re: [PATCH 1/1] md: Fix typo in comment

From: Song Liu
Date: Thu Jan 09 2025 - 02:28:18 EST


On Wed, Jan 8, 2025 at 10:44 PM Cherniaev Andrei
<dungeonlords789@xxxxxxxxx> wrote:
>
> Signed-off-by: Cherniaev Andrei <dungeonlords789@xxxxxxxxx>
> ---
> include/uapi/linux/raid/md_p.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/uapi/linux/raid/md_p.h b/include/uapi/linux/raid/md_p.h
> index 5a43c23f53bf..36a3394e5066 100644
> --- a/include/uapi/linux/raid/md_p.h
> +++ b/include/uapi/linux/raid/md_p.h
> @@ -76,10 +76,10 @@
> #define MD_DISK_SYNC 2 /* disk is in sync with the raid set */
> #define MD_DISK_REMOVED 3 /* disk is in sync with the raid set */
> #define MD_DISK_CLUSTER_ADD 4 /* Initiate a disk add across the cluster
> - * For clustered enviroments only.
> + * For clustered environments only.
> */
> #define MD_DISK_CANDIDATE 5 /* disk is added as spare (local) until confirmed
> - * For clustered enviroments only.
> + * For clustered environments only.
> */

These "fixes" are not necessary.

Song