Commit 86cfa9a8 authored by Daniel Yang's avatar Daniel Yang Committed by Mikulas Patocka

Documentation: dm-crypt.rst warning + error fix

While building kernel documention using make htmldocs command, I was
getting unexpected indentation error. Single description was given for
two module parameters with wrong indentation. So, I corrected the
indentation of both parameters and the description.
Signed-off-by: default avatarShibu kumar <shibukumar.bit@gmail.com>
Signed-off-by: default avatarDaniel Yang <danielyangkang@gmail.com>
Signed-off-by: default avatarMikulas Patocka <mpatocka@redhat.com>
Fixes: 0d815e34 ("dm-crypt: limit the size of encryption requests")
parent 7a636b4f
......@@ -162,8 +162,9 @@ iv_large_sectors
Module parameters::
max_read_size
max_write_size
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment