mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] dm-crypt: documentation: fix Unexpected indentation error.
@ 2024-08-10 21:15 Eslam Khafagy
  2024-08-12  9:10 ` Shuah Khan
  0 siblings, 1 reply; 2+ messages in thread
From: Eslam Khafagy @ 2024-08-10 21:15 UTC (permalink / raw)
  To: skhan; +Cc: Eslam Khafagy, linux-doc, linux-kernel

this fixes indentation error at Documentation/admin-guide/device-mapper/dm-crypt.rst
when compiling the documentation as per sphinx documentation: Nested lists must be separated
from the parent list items by blank lines

Signed-off-by: Eslam Khafagy <eslam.medhat1993@gmail.com>
---
 Documentation/admin-guide/device-mapper/dm-crypt.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/admin-guide/device-mapper/dm-crypt.rst b/Documentation/admin-guide/device-mapper/dm-crypt.rst
index e625830d335e..dc6ded632b22 100644
--- a/Documentation/admin-guide/device-mapper/dm-crypt.rst
+++ b/Documentation/admin-guide/device-mapper/dm-crypt.rst
@@ -164,6 +164,7 @@ iv_large_sectors
 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
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-12  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-10 21:15 [PATCH] dm-crypt: documentation: fix Unexpected indentation error Eslam Khafagy
2024-08-12  9:10 ` Shuah Khan

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®