Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Shibu kumar <shibukumar.bit@gmail.com>
Signed-off-by: Daniel Yang <danielyangkang@gmail.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Fixes: 0d815e3400e6 ("dm-crypt: limit the size of encryption requests")

authored by

Daniel Yang and committed by
Mikulas Patocka
86cfa9a8 7a636b4f

+8 -7
+8 -7
Documentation/admin-guide/device-mapper/dm-crypt.rst
··· 162 162 163 163 164 164 Module parameters:: 165 - max_read_size 166 - max_write_size 167 - Maximum size of read or write requests. When a request larger than this size 168 - is received, dm-crypt will split the request. The splitting improves 169 - concurrency (the split requests could be encrypted in parallel by multiple 170 - cores), but it also causes overhead. The user should tune these parameters to 171 - fit the actual workload. 165 + 166 + max_read_size 167 + max_write_size 168 + Maximum size of read or write requests. When a request larger than this size 169 + is received, dm-crypt will split the request. The splitting improves 170 + concurrency (the split requests could be encrypted in parallel by multiple 171 + cores), but it also causes overhead. The user should tune these parameters to 172 + fit the actual workload. 172 173 173 174 174 175 Example scripts