From 572b59ff33291b35dc64c9681f1c1d06ff515812 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 27 Sep 2018 07:23:44 -0700 Subject: [PATCH] doc: fix doxygen error in hypercall.h Doxygen API comment added to hypercall.h was incorrect causing the doc build process to fail with a warning (parameter not documented). Fixes: #1353 Tracked-On: #1353 Signed-off-by: David B. Kinder --- hypervisor/include/common/hypercall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/include/common/hypercall.h b/hypervisor/include/common/hypercall.h index 2760f0995..0020444fc 100644 --- a/hypervisor/include/common/hypercall.h +++ b/hypervisor/include/common/hypercall.h @@ -194,7 +194,7 @@ int32_t hcall_pulse_irqline(struct vm *vm, uint16_t vmid, uint64_t param); * * @param vm Pointer to VM data structure * @param vmid ID of the VM - * @irq_req: request command for IRQ set or clear + * @param ops request command for IRQ set or clear * * @pre Pointer vm shall point to VM0 * @return 0 on success, non-zero on error.