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

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>

authored by

Gopi Krishna Menon and committed by
Herbert Xu
77cd9210 aa653654

+3 -2
+3 -2
Documentation/security/keys/trusted-encrypted.rst
··· 14 14 ============================= 15 15 It is the secure way of keeping the keys in the kernel key-ring as Trusted-Key, 16 16 such that: 17 + 17 18 - Key-blob, an encrypted key-data, created to be stored, loaded and seen by 18 - userspace. 19 + userspace. 19 20 - Key-data, the plain-key text in the system memory, to be used by 20 - kernel space only. 21 + kernel space only. 21 22 22 23 Though key-data is not accessible to the user-space in plain-text, but it is in 23 24 plain-text in system memory, when used in kernel space. Even though kernel-space