Skip to content

Commit 572b59f

Browse files
dbkinderlijinxia
authored andcommitted
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 <david.b.kinder@intel.com>
1 parent 6c9bae6 commit 572b59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypervisor/include/common/hypercall.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ int32_t hcall_pulse_irqline(struct vm *vm, uint16_t vmid, uint64_t param);
194194
*
195195
* @param vm Pointer to VM data structure
196196
* @param vmid ID of the VM
197-
* @irq_req: request command for IRQ set or clear
197+
* @param ops request command for IRQ set or clear
198198
*
199199
* @pre Pointer vm shall point to VM0
200200
* @return 0 on success, non-zero on error.

0 commit comments

Comments
 (0)