Documentation: dm-crypt.rst warning + error fix
authorDaniel Yang <danielyangkang@gmail.com>
Wed, 7 Aug 2024 09:01:21 +0000 (02:01 -0700)
committerMikulas Patocka <mpatocka@redhat.com>
Tue, 13 Aug 2024 14:36:39 +0000 (16:36 +0200)
commit86cfa9a85fb04fa61e7c6b5a8ecf812437cdad78
treecb5cc3ca261aaef1f02fde7cb037f434c31b4bb8
parent7a636b4f03af9d541205f69e373672e7b2b60a8a
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")
Documentation/admin-guide/device-mapper/dm-crypt.rst