Message ID | 20250109063444.865682-1-dungeonlords789@naver.com (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
Series | [1/1] md: Fix typo in comment | expand |
On Wed, Jan 8, 2025 at 10:44 PM Cherniaev Andrei <dungeonlords789@naver.com> wrote: > > Signed-off-by: Cherniaev Andrei <dungeonlords789@naver.com> > --- > 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
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. */ #define MD_DISK_FAILFAST 10 /* Send REQ_FAILFAST if there are multiple * devices available - and don't try to
Signed-off-by: Cherniaev Andrei <dungeonlords789@naver.com> --- include/uapi/linux/raid/md_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)