[PATCH v2] Fix typo in RAID arrays documentation

Vivek Alurkar posted 1 patch 1 month, 1 week ago
Documentation/admin-guide/md.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] Fix typo in RAID arrays documentation
Posted by Vivek Alurkar 1 month, 1 week ago
Changed "write-throuth" to "write-through".

Signed-off-by: Vivek Alurkar <primalkenja@gmail.com>
---
Changes since v1:
	-Changed '"write-through" and "write-back"' to
	'"write-through" or "write-back"' as suggested by Randy Dunlap.

 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 4ff2cc291d18..04668272c0ee 100644
--- a/Documentation/admin-guide/md.rst
+++ b/Documentation/admin-guide/md.rst
@@ -758,7 +758,7 @@ These currently include:
 
   journal_mode (currently raid5 only)
       The cache mode for raid5. raid5 could include an extra disk for
-      caching. The mode can be "write-throuth" and "write-back". The
+      caching. The mode can be "write-through" or "write-back". The
       default is "write-through".
 
   ppl_write_hint
-- 
2.48.1
Re: [PATCH v2] Fix typo in RAID arrays documentation
Posted by Jonathan Corbet 1 month ago
Vivek Alurkar <primalkenja@gmail.com> writes:

> Changed "write-throuth" to "write-through".
>
> Signed-off-by: Vivek Alurkar <primalkenja@gmail.com>
> ---
> Changes since v1:
> 	-Changed '"write-through" and "write-back"' to
> 	'"write-through" or "write-back"' as suggested by Randy Dunlap.
>
>  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 4ff2cc291d18..04668272c0ee 100644
> --- a/Documentation/admin-guide/md.rst
> +++ b/Documentation/admin-guide/md.rst
> @@ -758,7 +758,7 @@ These currently include:
>  
>    journal_mode (currently raid5 only)
>        The cache mode for raid5. raid5 could include an extra disk for
> -      caching. The mode can be "write-throuth" and "write-back". The
> +      caching. The mode can be "write-through" or "write-back". The
>        default is "write-through".

Applied, thanks.

jon
Re: [PATCH v2] Fix typo in RAID arrays documentation
Posted by Randy Dunlap 1 month, 1 week ago

On 8/20/25 10:16 PM, Vivek Alurkar wrote:
> Changed "write-throuth" to "write-through".
> 
> Signed-off-by: Vivek Alurkar <primalkenja@gmail.com>


Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
> Changes since v1:
> 	-Changed '"write-through" and "write-back"' to
> 	'"write-through" or "write-back"' as suggested by Randy Dunlap.
> 
>  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 4ff2cc291d18..04668272c0ee 100644
> --- a/Documentation/admin-guide/md.rst
> +++ b/Documentation/admin-guide/md.rst
> @@ -758,7 +758,7 @@ These currently include:
>  
>    journal_mode (currently raid5 only)
>        The cache mode for raid5. raid5 could include an extra disk for
> -      caching. The mode can be "write-throuth" and "write-back". The
> +      caching. The mode can be "write-through" or "write-back". The
>        default is "write-through".
>  
>    ppl_write_hint

-- 
~Randy