diff --git a/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c b/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c index f8174d8d03..6013d7620f 100644 --- a/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c +++ b/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c @@ -991,6 +991,7 @@ XhcFreeSched ( /** Check if the Trb is a transaction of the URB. + @param Xhc The XHCI Instance. @param Trb The TRB to be checked @param Urb The URB to be checked.