]> Gentwo Git Trees - linux/.git/commit
docs: trusted-encrypted: fix htmldocs build error
authorGopi Krishna Menon <krishnagopi487@gmail.com>
Fri, 17 Oct 2025 18:11:15 +0000 (23:41 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 21 Oct 2025 03:58:29 +0000 (11:58 +0800)
commit77cd9210271556aff955551b3e2ef0ae8a2691bd
tree49646ba2a6b13e43e0a09add03ece313299ccae2
parentaa653654ee67f9cbbebb7d4c18f360ad4fef3180
docs: trusted-encrypted: fix htmldocs build error

Running "make htmldocs" generates the following build error and
warning in trusted-encrypted.rst:

Documentation/security/keys/trusted-encrypted.rst:18: ERROR: Unexpected indentation.
Documentation/security/keys/trusted-encrypted.rst:19: WARNING: Block quote ends without a blank line; unexpected unindent.

Add a blank line before bullet list and fix the indentation of text to
fix the build error and resolve the warning.

Fixes: 38f6880759fd ("docs: trusted-encrypted: trusted-keys as protected keys")
Signed-off-by: Gopi Krishna Menon <krishnagopi487@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/security/keys/trusted-encrypted.rst