[libvirt] [PATCH 02/19] tpm: minor argument comment fix

marcandre.lureau@redhat.com posted 19 patches 6 years, 8 months ago
There is a newer version of this series
[libvirt] [PATCH 02/19] tpm: minor argument comment fix
Posted by marcandre.lureau@redhat.com 6 years, 8 months ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 src/qemu/qemu_tpm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_tpm.c b/src/qemu/qemu_tpm.c
index 835a9caf46..41fef1f8f5 100644
--- a/src/qemu/qemu_tpm.c
+++ b/src/qemu/qemu_tpm.c
@@ -745,7 +745,7 @@ qemuExtTPMCleanupHost(virDomainDefPtr def)
  * qemuExtTPMStartEmulator:
  *
  * @driver: QEMU driver
- * @def: domain definition
+ * @vm: the VM domain
  * @logCtxt: log context
  *
  * Start the external TPM Emulator:
-- 
2.22.0.rc2.384.g1a9a72ea1d

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 02/19] tpm: minor argument comment fix
Posted by Ján Tomko 6 years, 7 months ago
On Wed, Jun 05, 2019 at 12:31:00PM +0200, marcandre.lureau@redhat.com wrote:
>From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
>Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
>---
> src/qemu/qemu_tpm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/src/qemu/qemu_tpm.c b/src/qemu/qemu_tpm.c
>index 835a9caf46..41fef1f8f5 100644
>--- a/src/qemu/qemu_tpm.c
>+++ b/src/qemu/qemu_tpm.c
>@@ -745,7 +745,7 @@ qemuExtTPMCleanupHost(virDomainDefPtr def)
>  * qemuExtTPMStartEmulator:
>  *
>  * @driver: QEMU driver
>- * @def: domain definition
>+ * @vm: the VM domain

s/VM domain/domain object/

>  * @logCtxt: log context
>  *
>  * Start the external TPM Emulator:

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list