diff mbox series

Documentation: admin-guide/dm: Fix indentation bug

Message ID 20240819172401.77928-3-pZ010001011111@proton.me (mailing list archive)
State Rejected, archived
Delegated to: Mike Snitzer
Headers show
Series Documentation: admin-guide/dm: Fix indentation bug | expand

Commit Message

Piotr Zalewski Aug. 19, 2024, 5:35 p.m. UTC
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(-)

Comments

Mikulas Patocka Aug. 19, 2024, 8:29 p.m. UTC | #1
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
> 
>
diff mbox series

Patch

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