* [PATCH] Docs: admin-guide: Correct spelling mistake
@ 2025-08-13 7:18 Erick Karanja
2025-08-13 8:59 ` Damien Le Moal
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Erick Karanja @ 2025-08-13 7:18 UTC (permalink / raw)
To: Damien Le Moal, Philipp Reisner, Lars Ellenberg, Jonathan Corbet
Cc: Christoph Hellwig, Christoph Böhmwalder, linux-block,
drbd-dev, linux-doc, linux-kernel, skhan, linux-kernel-mentees,
Erick Karanja
Fix spelling mistake directoy to directory
Reported-by: codespell
Signed-off-by: Erick Karanja <karanja99erick@gmail.com>
---
Documentation/admin-guide/blockdev/zoned_loop.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/blockdev/zoned_loop.rst b/Documentation/admin-guide/blockdev/zoned_loop.rst
index 9c7aa3b482f3..64dcfde7450a 100644
--- a/Documentation/admin-guide/blockdev/zoned_loop.rst
+++ b/Documentation/admin-guide/blockdev/zoned_loop.rst
@@ -79,7 +79,7 @@ zone_capacity_mb Device zone capacity (must always be equal to or lower than
the zone size. Default: zone size.
conv_zones Total number of conventioanl zones starting from sector 0.
Default: 8.
-base_dir Path to the base directoy where to create the directory
+base_dir Path to the base directory where to create the directory
containing the zone files of the device.
Default=/var/local/zloop.
The device directory containing the zone files is always
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Docs: admin-guide: Correct spelling mistake
2025-08-13 7:18 [PATCH] Docs: admin-guide: Correct spelling mistake Erick Karanja
@ 2025-08-13 8:59 ` Damien Le Moal
2025-08-13 9:40 ` Akhilesh Patil
2025-08-13 12:32 ` Jens Axboe
2 siblings, 0 replies; 4+ messages in thread
From: Damien Le Moal @ 2025-08-13 8:59 UTC (permalink / raw)
To: Erick Karanja, Philipp Reisner, Lars Ellenberg, Jonathan Corbet
Cc: Christoph Hellwig, Christoph Böhmwalder, linux-block,
drbd-dev, linux-doc, linux-kernel, skhan, linux-kernel-mentees
On 8/13/25 16:18, Erick Karanja wrote:
> Fix spelling mistake directoy to directory
>
> Reported-by: codespell
>
> Signed-off-by: Erick Karanja <karanja99erick@gmail.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
--
Damien Le Moal
Western Digital Research
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Docs: admin-guide: Correct spelling mistake
2025-08-13 7:18 [PATCH] Docs: admin-guide: Correct spelling mistake Erick Karanja
2025-08-13 8:59 ` Damien Le Moal
@ 2025-08-13 9:40 ` Akhilesh Patil
2025-08-13 12:32 ` Jens Axboe
2 siblings, 0 replies; 4+ messages in thread
From: Akhilesh Patil @ 2025-08-13 9:40 UTC (permalink / raw)
To: Erick Karanja
Cc: Damien Le Moal, Philipp Reisner, Lars Ellenberg, Jonathan Corbet,
Christoph Hellwig, Christoph Böhmwalder, linux-block,
drbd-dev, linux-doc, linux-kernel, skhan, linux-kernel-mentees
On Wed, Aug 13, 2025 at 10:18:36AM +0300, Erick Karanja wrote:
> Fix spelling mistake directoy to directory
Fix spelling mistake directoy --> directory
>
> Reported-by: codespell
>
> Signed-off-by: Erick Karanja <karanja99erick@gmail.com>
> ---
> Documentation/admin-guide/blockdev/zoned_loop.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/blockdev/zoned_loop.rst b/Documentation/admin-guide/blockdev/zoned_loop.rst
> index 9c7aa3b482f3..64dcfde7450a 100644
> --- a/Documentation/admin-guide/blockdev/zoned_loop.rst
> +++ b/Documentation/admin-guide/blockdev/zoned_loop.rst
> @@ -79,7 +79,7 @@ zone_capacity_mb Device zone capacity (must always be equal to or lower than
> the zone size. Default: zone size.
> conv_zones Total number of conventioanl zones starting from sector 0.
> Default: 8.
> -base_dir Path to the base directoy where to create the directory
> +base_dir Path to the base directory where to create the directory
> containing the zone files of the device.
> Default=/var/local/zloop.
> The device directory containing the zone files is always
> --
> 2.43.0
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Docs: admin-guide: Correct spelling mistake
2025-08-13 7:18 [PATCH] Docs: admin-guide: Correct spelling mistake Erick Karanja
2025-08-13 8:59 ` Damien Le Moal
2025-08-13 9:40 ` Akhilesh Patil
@ 2025-08-13 12:32 ` Jens Axboe
2 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2025-08-13 12:32 UTC (permalink / raw)
To: Damien Le Moal, Philipp Reisner, Lars Ellenberg, Jonathan Corbet,
Erick Karanja
Cc: Christoph Hellwig, Christoph Böhmwalder, linux-block,
drbd-dev, linux-doc, linux-kernel, skhan, linux-kernel-mentees
On Wed, 13 Aug 2025 10:18:36 +0300, Erick Karanja wrote:
> Fix spelling mistake directoy to directory
>
> Reported-by: codespell
>
>
Applied, thanks!
[1/1] Docs: admin-guide: Correct spelling mistake
commit: f7a2e1c08727384cde1c686dd57172f99b5f2e6e
Best regards,
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-13 12:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13 7:18 [PATCH] Docs: admin-guide: Correct spelling mistake Erick Karanja
2025-08-13 8:59 ` Damien Le Moal
2025-08-13 9:40 ` Akhilesh Patil
2025-08-13 12:32 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).