diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2024-05-06 13:59:36 +0300 |
---|---|---|
committer | Jarkko Sakkinen <jarkko@kernel.org> | 2024-05-09 22:30:52 +0300 |
commit | 1d479e3cd6520085832a6b432d521eeead2691ba (patch) | |
tree | 440414ef6591970603cb1b900e99435bb5ec8281 /Documentation | |
parent | eb24c9788cd90db397b3e41322aff4a5557623b4 (diff) | |
download | linux-1d479e3cd6520085832a6b432d521eeead2691ba.tar.xz |
Documentation: tpm: Add TPM security docs toctree entry
Stephen Rothwell reports htmldocs warning when merging tpmdd tree for
linux-next:
Documentation/security/tpm/tpm-security.rst: WARNING: document isn't included in any toctree
Add toctree entry for TPM security docs to fix above warning.
Fixes: ddfb3687c538 ("Documentation: add tpm-security.rst")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20240506162105.42ce2ff7@canb.auug.org.au/
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/security/tpm/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/security/tpm/index.rst b/Documentation/security/tpm/index.rst index f27a17f60a96..fa593d960040 100644 --- a/Documentation/security/tpm/index.rst +++ b/Documentation/security/tpm/index.rst @@ -5,6 +5,7 @@ Trusted Platform Module documentation .. toctree:: tpm_event_log + tpm-security tpm_tis tpm_vtpm_proxy xen-tpmfront |