Commit 6ad8b216 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet

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: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: default avatarJames Morris <jamorris@linux.microsoft.com>
Acked-by: default avatarJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent ea0ad876
...@@ -107,12 +107,14 @@ Where:: ...@@ -107,12 +107,14 @@ Where::
Examples of trusted and encrypted key usage: Examples of trusted and encrypted key usage:
Create and save a trusted key named "kmk" of length 32 bytes:: Create and save a trusted key named "kmk" of length 32 bytes.
Note: When using a TPM 2.0 with a persistent key with handle 0x81000001, Note: When using a TPM 2.0 with a persistent key with handle 0x81000001,
append 'keyhandle=0x81000001' to statements between quotes, such as append 'keyhandle=0x81000001' to statements between quotes, such as
"new 32 keyhandle=0x81000001". "new 32 keyhandle=0x81000001".
::
$ keyctl add trusted kmk "new 32" @u $ keyctl add trusted kmk "new 32" @u
440502848 440502848
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment