summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.c')
-rw-r--r--MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.c b/MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.c
index 91c2a48501..3bf802eecf 100644
--- a/MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.c
+++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.c
@@ -155,8 +155,6 @@ EXIT:
@param Qh The queue head for the TD to link to.
@param Td The TD to link.
- @return None.
-
**/
VOID
UhciLinkTdToQh (
@@ -177,8 +175,6 @@ UhciLinkTdToQh (
@param Qh The queue head to unlink from.
@param Td The TD to unlink.
- @return None.
-
**/
VOID
UhciUnlinkTdFromQh (
@@ -199,8 +195,6 @@ UhciUnlinkTdFromQh (
@param PrevTd Previous UHCI_TD_SW to be linked to.
@param ThisTd TD to link.
- @return None.
-
**/
VOID
UhciAppendTd (