* [PATCH] docs: device-mapper :Fix typos in delay.rst and vdo-design.rst
@ 2025-08-10 11:30 Shubham Sharma
2025-08-11 11:22 ` Mikulas Patocka
0 siblings, 1 reply; 2+ messages in thread
From: Shubham Sharma @ 2025-08-10 11:30 UTC (permalink / raw)
To: agk, snitzer, mpatocka, corbet, msakai
Cc: dm-devel, linux-doc, linux-kernel, Shubham Sharma
Fixed the following typos in device-mapper documentation:
- explicitely -> explicitly
- approriate -> appropriate
Signed-off-by: Shubham Sharma <slopixelz@gmail.com>
---
Documentation/admin-guide/device-mapper/delay.rst | 2 +-
Documentation/admin-guide/device-mapper/vdo-design.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/admin-guide/device-mapper/delay.rst b/Documentation/admin-guide/device-mapper/delay.rst
index 4d667228e744..982136160d6f 100644
--- a/Documentation/admin-guide/device-mapper/delay.rst
+++ b/Documentation/admin-guide/device-mapper/delay.rst
@@ -18,7 +18,7 @@ Table line has to either have 3, 6 or 9 arguments:
to write and flush operations on optionally different write_device with
optionally different sector offset
-9: same as 6 arguments plus define flush_offset and flush_delay explicitely
+9: same as 6 arguments plus define flush_offset and flush_delay explicitly
on/with optionally different flush_device/flush_offset.
Offsets are specified in sectors.
diff --git a/Documentation/admin-guide/device-mapper/vdo-design.rst b/Documentation/admin-guide/device-mapper/vdo-design.rst
index 3cd59decbec0..faa0ecd4a5ae 100644
--- a/Documentation/admin-guide/device-mapper/vdo-design.rst
+++ b/Documentation/admin-guide/device-mapper/vdo-design.rst
@@ -600,7 +600,7 @@ lock and return itself to the pool.
All storage within vdo is managed as 4KB blocks, but it can accept writes
as small as 512 bytes. Processing a write that is smaller than 4K requires
a read-modify-write operation that reads the relevant 4K block, copies the
-new data over the approriate sectors of the block, and then launches a
+new data over the appropriate sectors of the block, and then launches a
write operation for the modified data block. The read and write stages of
this operation are nearly identical to the normal read and write
operations, and a single data_vio is used throughout this operation.
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] docs: device-mapper :Fix typos in delay.rst and vdo-design.rst
2025-08-10 11:30 [PATCH] docs: device-mapper :Fix typos in delay.rst and vdo-design.rst Shubham Sharma
@ 2025-08-11 11:22 ` Mikulas Patocka
0 siblings, 0 replies; 2+ messages in thread
From: Mikulas Patocka @ 2025-08-11 11:22 UTC (permalink / raw)
To: Shubham Sharma
Cc: agk, snitzer, corbet, msakai, dm-devel, linux-doc, linux-kernel
Applied, thanks.
Mikulas
On Sun, 10 Aug 2025, Shubham Sharma wrote:
> Fixed the following typos in device-mapper documentation:
> - explicitely -> explicitly
> - approriate -> appropriate
>
> Signed-off-by: Shubham Sharma <slopixelz@gmail.com>
> ---
> Documentation/admin-guide/device-mapper/delay.rst | 2 +-
> Documentation/admin-guide/device-mapper/vdo-design.rst | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/admin-guide/device-mapper/delay.rst b/Documentation/admin-guide/device-mapper/delay.rst
> index 4d667228e744..982136160d6f 100644
> --- a/Documentation/admin-guide/device-mapper/delay.rst
> +++ b/Documentation/admin-guide/device-mapper/delay.rst
> @@ -18,7 +18,7 @@ Table line has to either have 3, 6 or 9 arguments:
> to write and flush operations on optionally different write_device with
> optionally different sector offset
>
> -9: same as 6 arguments plus define flush_offset and flush_delay explicitely
> +9: same as 6 arguments plus define flush_offset and flush_delay explicitly
> on/with optionally different flush_device/flush_offset.
>
> Offsets are specified in sectors.
> diff --git a/Documentation/admin-guide/device-mapper/vdo-design.rst b/Documentation/admin-guide/device-mapper/vdo-design.rst
> index 3cd59decbec0..faa0ecd4a5ae 100644
> --- a/Documentation/admin-guide/device-mapper/vdo-design.rst
> +++ b/Documentation/admin-guide/device-mapper/vdo-design.rst
> @@ -600,7 +600,7 @@ lock and return itself to the pool.
> All storage within vdo is managed as 4KB blocks, but it can accept writes
> as small as 512 bytes. Processing a write that is smaller than 4K requires
> a read-modify-write operation that reads the relevant 4K block, copies the
> -new data over the approriate sectors of the block, and then launches a
> +new data over the appropriate sectors of the block, and then launches a
> write operation for the modified data block. The read and write stages of
> this operation are nearly identical to the normal read and write
> operations, and a single data_vio is used throughout this operation.
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-11 11:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-10 11:30 [PATCH] docs: device-mapper :Fix typos in delay.rst and vdo-design.rst Shubham Sharma
2025-08-11 11:22 ` Mikulas Patocka
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).