lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240819172401.77928-3-pZ010001011111@proton.me>
Date: Mon, 19 Aug 2024 17:35:10 +0000
From: Piotr Zalewski <pZ010001011111@...ton.me>
To: agk@...hat.com, snitzer@...nel.org, mpatocka@...hat.com, corbet@....net, dm-devel@...ts.linux.dev, linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Piotr Zalewski <pZ010001011111@...ton.me>, Shuah Khan <skhan@...uxfoundation.org>
Subject: [PATCH] Documentation: admin-guide/dm: Fix indentation bug

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@...uxfoundation.org>
Signed-off-by: Piotr Zalewski <pZ010001011111@...ton.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



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ