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:
Binbin Wu
2020-03-05 09:36:16 +08:00
committed by wenlingz
parent 93fa2bc0fc
commit 667639b591
2 changed files with 2 additions and 2 deletions

View File

@@ -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