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

@@ -141,7 +141,7 @@ interrupt to virtual interrupt or vice versa. The term VT-d interrupt-remapping
remaps the interrupt index in the VT-d interrupt-remapping table to the physical
interrupt vector after checking the external interrupt request is valid. Translation
physical vector to virtual vector is still needed to be done by hypervisor, which is
also described in the below section :ref:`_interrupt-remapping`.
also described in the below section :ref:`interrupt-remapping`.
MMIO Remapping
**************