mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-29 22:47:21 +00:00
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>
This commit is contained in:
parent
6c9bae6170
commit
572b59ff33
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user