diff mbox series

[v2,01/11] docs/specs/tpm: Correct header path name

Message ID 20200611160306.2751-2-philmd@redhat.com (mailing list archive)
State New, archived
Headers show
Series tpm: Split hw/ vs backends/ | expand

Commit Message

Philippe Mathieu-Daudé June 11, 2020, 4:02 p.m. UTC
Commit 8dc6701722 introduce the documentation but an
incorrect path name was used. Fix that.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 docs/specs/tpm.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefan Berger June 11, 2020, 4:19 p.m. UTC | #1
On 6/11/20 12:02 PM, Philippe Mathieu-Daudé wrote:
> Commit 8dc6701722 introduce the documentation but an
> incorrect path name was used. Fix that.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>


> ---
>   docs/specs/tpm.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/specs/tpm.rst b/docs/specs/tpm.rst
> index 5e61238bc5..9e48e3b981 100644
> --- a/docs/specs/tpm.rst
> +++ b/docs/specs/tpm.rst
> @@ -199,8 +199,8 @@ to be used with the passthrough backend or the swtpm backend.
>   
>   QEMU files related to TPM backends:
>    - ``backends/tpm.c``
> + - ``include/sysemu/tpm.h``
>    - ``include/sysemu/tpm_backend.h``
> - - ``include/sysemu/tpm_backend_int.h``
>   
>   The QEMU TPM passthrough device
>   -------------------------------
diff mbox series

Patch

diff --git a/docs/specs/tpm.rst b/docs/specs/tpm.rst
index 5e61238bc5..9e48e3b981 100644
--- a/docs/specs/tpm.rst
+++ b/docs/specs/tpm.rst
@@ -199,8 +199,8 @@  to be used with the passthrough backend or the swtpm backend.
 
 QEMU files related to TPM backends:
  - ``backends/tpm.c``
+ - ``include/sysemu/tpm.h``
  - ``include/sysemu/tpm_backend.h``
- - ``include/sysemu/tpm_backend_int.h``
 
 The QEMU TPM passthrough device
 -------------------------------