mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
doc: fix a missing argument in the function description
One argument is missing for the function ptirq_alloc_entry. This patch fixes the doc generation error. Tracked-On: #3882 Signed-off-by: Binbin Wu <binbin.wu@intel.com>
This commit is contained in:
@@ -210,7 +210,7 @@ struct ptirq_remapping_info *ptirq_dequeue_softirq(uint16_t pcpu_id);
|
||||
* Appropriate number should be configured on different platforms.
|
||||
*
|
||||
* @param[in] vm acrn_vm that the entry allocated for.
|
||||
* @param[in] interrupt type: PTDEV_INTR_MSI or PTDEV_INTR_INTX
|
||||
* @param[in] intr_type interrupt type: PTDEV_INTR_MSI or PTDEV_INTR_INTX
|
||||
*
|
||||
* @retval NULL when \p the number of entries allocated is CONFIG_MAX_PT_IRQ_ENTRIES
|
||||
* @retval !NULL when \p the number of entries allocated is less than CONFIG_MAX_PT_IRQ_ENTRIES
|
||||
|
Reference in New Issue
Block a user