* [PATCH] Documentation: admin-guide/dm: Fix indentation bug
@ 2024-08-19 17:35 Piotr Zalewski
2024-08-19 20:29 ` Mikulas Patocka
0 siblings, 1 reply; 2+ messages in thread
From: Piotr Zalewski @ 2024-08-19 17:35 UTC (permalink / raw)
To: agk, snitzer, mpatocka, corbet, dm-devel, linux-doc, linux-kernel
Cc: Piotr Zalewski, Shuah Khan
The following bug was found at `admin-guide/device-mapper/dm-crypt.rst`:
```
admin-guide/device-mapper/dm-crypt.rst:167: ERROR: Unexpected indentation.
```
Fix the indentation error.
Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Piotr Zalewski <pZ010001011111@proton.me>
---
.../admin-guide/device-mapper/dm-crypt.rst | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/Documentation/admin-guide/device-mapper/dm-crypt.rst b/Documentation/admin-guide/device-mapper/dm-crypt.rst
index e625830d335e..450c211534a9 100644
--- a/Documentation/admin-guide/device-mapper/dm-crypt.rst
+++ b/Documentation/admin-guide/device-mapper/dm-crypt.rst
@@ -160,15 +160,15 @@ iv_large_sectors
The <iv_offset> must be multiple of <sector_size> (in 512 bytes units)
if this flag is specified.
-
-Module parameters::
-max_read_size
-max_write_size
- Maximum size of read or write requests. When a request larger than this size
- is received, dm-crypt will split the request. The splitting improves
- concurrency (the split requests could be encrypted in parallel by multiple
- cores), but it also causes overhead. The user should tune these parameters to
- fit the actual workload.
+ Module parameters::
+
+ max_read_size
+ max_write_size
+ Maximum size of read or write requests. When a request larger than this size
+ is received, dm-crypt will split the request. The splitting improves
+ concurrency (the split requests could be encrypted in parallel by multiple
+ cores), but it also causes overhead. The user should tune these parameters to
+ fit the actual workload.
Example scripts
--
2.46.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: admin-guide/dm: Fix indentation bug
2024-08-19 17:35 [PATCH] Documentation: admin-guide/dm: Fix indentation bug Piotr Zalewski
@ 2024-08-19 20:29 ` Mikulas Patocka
0 siblings, 0 replies; 2+ messages in thread
From: Mikulas Patocka @ 2024-08-19 20:29 UTC (permalink / raw)
To: Piotr Zalewski
Cc: agk, snitzer, corbet, dm-devel, linux-doc, linux-kernel, Shuah Khan
On Mon, 19 Aug 2024, Piotr Zalewski wrote:
> The following bug was found at `admin-guide/device-mapper/dm-crypt.rst`:
> ```
> admin-guide/device-mapper/dm-crypt.rst:167: ERROR: Unexpected indentation.
> ```
> Fix the indentation error.
Hi
This should be already fixed in v6.11-rc4.
Mikulas
> Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
> Signed-off-by: Piotr Zalewski <pZ010001011111@proton.me>
> ---
> .../admin-guide/device-mapper/dm-crypt.rst | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/Documentation/admin-guide/device-mapper/dm-crypt.rst b/Documentation/admin-guide/device-mapper/dm-crypt.rst
> index e625830d335e..450c211534a9 100644
> --- a/Documentation/admin-guide/device-mapper/dm-crypt.rst
> +++ b/Documentation/admin-guide/device-mapper/dm-crypt.rst
> @@ -160,15 +160,15 @@ iv_large_sectors
> The <iv_offset> must be multiple of <sector_size> (in 512 bytes units)
> if this flag is specified.
>
> -
> -Module parameters::
> -max_read_size
> -max_write_size
> - Maximum size of read or write requests. When a request larger than this size
> - is received, dm-crypt will split the request. The splitting improves
> - concurrency (the split requests could be encrypted in parallel by multiple
> - cores), but it also causes overhead. The user should tune these parameters to
> - fit the actual workload.
> + Module parameters::
> +
> + max_read_size
> + max_write_size
> + Maximum size of read or write requests. When a request larger than this size
> + is received, dm-crypt will split the request. The splitting improves
> + concurrency (the split requests could be encrypted in parallel by multiple
> + cores), but it also causes overhead. The user should tune these parameters to
> + fit the actual workload.
>
>
> Example scripts
> --
> 2.46.0
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-19 20:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-19 17:35 [PATCH] Documentation: admin-guide/dm: Fix indentation bug Piotr Zalewski
2024-08-19 20:29 ` Mikulas Patocka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®