[PATCH v2] docs: md: fix grammar in speed_limit description

Miguel Martín Gil posted 1 patch 2 weeks ago
Documentation/admin-guide/md.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] docs: md: fix grammar in speed_limit description
Posted by Miguel Martín Gil 2 weeks ago
Replace 'This are' with 'These are' in the md sysfs speed limit
section to correct grammar and improve readability.

Signed-off-by: Miguel Martín Gil <miguel.martin.gil.uni@gmail.com>
---
 Documentation/admin-guide/md.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/md.rst b/Documentation/admin-guide/md.rst
index dc7eab191..003fd34f7 100644
--- a/Documentation/admin-guide/md.rst
+++ b/Documentation/admin-guide/md.rst
@@ -734,7 +734,7 @@ also have
       They should be scaled by the bitmap_chunksize.
 
    sync_speed_min, sync_speed_max
-     This are similar to ``/proc/sys/dev/raid/speed_limit_{min,max}``
+     These are similar to ``/proc/sys/dev/raid/speed_limit_{min,max}``
      however they only apply to the particular array.
 
      If no value has been written to these, or if the word ``system``
-- 
2.43.0

Re: [PATCH v2] docs: md: fix grammar in speed_limit description
Posted by Jonathan Corbet 1 week ago
Miguel Martín Gil <miguel.martin.gil.uni@gmail.com> writes:

> Replace 'This are' with 'These are' in the md sysfs speed limit
> section to correct grammar and improve readability.
>
> Signed-off-by: Miguel Martín Gil <miguel.martin.gil.uni@gmail.com>
> ---
>  Documentation/admin-guide/md.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/md.rst b/Documentation/admin-guide/md.rst
> index dc7eab191..003fd34f7 100644
> --- a/Documentation/admin-guide/md.rst
> +++ b/Documentation/admin-guide/md.rst
> @@ -734,7 +734,7 @@ also have
>        They should be scaled by the bitmap_chunksize.
>  
>     sync_speed_min, sync_speed_max
> -     This are similar to ``/proc/sys/dev/raid/speed_limit_{min,max}``
> +     These are similar to ``/proc/sys/dev/raid/speed_limit_{min,max}``
>       however they only apply to the particular array.

Applied, thanks.

jon