From: Gopi Krishna Menon Date: Fri, 17 Oct 2025 18:11:15 +0000 (+0530) Subject: docs: trusted-encrypted: fix htmldocs build error X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77cd9210271556aff955551b3e2ef0ae8a2691bd;p=thirdparty%2Flinux.git 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 Reviewed-by: Randy Dunlap Tested-by: Randy Dunlap Reviewed-by: Jarkko Sakkinen Signed-off-by: Herbert Xu --- diff --git a/Documentation/security/keys/trusted-encrypted.rst b/Documentation/security/keys/trusted-encrypted.rst index 2bcaaa7d119b7..eae6a36b1c9a1 100644 --- a/Documentation/security/keys/trusted-encrypted.rst +++ b/Documentation/security/keys/trusted-encrypted.rst @@ -14,10 +14,11 @@ Trusted Keys as Protected key ============================= It is the secure way of keeping the keys in the kernel key-ring as Trusted-Key, such that: + - Key-blob, an encrypted key-data, created to be stored, loaded and seen by - userspace. + userspace. - Key-data, the plain-key text in the system memory, to be used by - kernel space only. + kernel space only. Though key-data is not accessible to the user-space in plain-text, but it is in plain-text in system memory, when used in kernel space. Even though kernel-space