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

docs: security: trusted-encrypted.rst: fix code-block tag

The code-block tag is at the wrong place, causing those
warnings:

Documentation/security/keys/trusted-encrypted.rst:112: WARNING: Literal block expected; none found.
Documentation/security/keys/trusted-encrypted.rst:121: WARNING: Unexpected indentation.
Documentation/security/keys/trusted-encrypted.rst:122: WARNING: Block quote ends without a blank line; unexpected unindent.
Documentation/security/keys/trusted-encrypted.rst:123: WARNING: Block quote ends without a blank line; unexpected unindent.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: James Morris <jamorris@linux.microsoft.com>
Acked-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
6ad8b216 ea0ad876

+3 -1
+3 -1
Documentation/security/keys/trusted-encrypted.rst
··· 107 107 108 108 Examples of trusted and encrypted key usage: 109 109 110 - Create and save a trusted key named "kmk" of length 32 bytes:: 110 + Create and save a trusted key named "kmk" of length 32 bytes. 111 111 112 112 Note: When using a TPM 2.0 with a persistent key with handle 0x81000001, 113 113 append 'keyhandle=0x81000001' to statements between quotes, such as 114 114 "new 32 keyhandle=0x81000001". 115 + 116 + :: 115 117 116 118 $ keyctl add trusted kmk "new 32" @u 117 119 440502848