summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h')
-rw-r--r--MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
index a55948c3e2..a4912fb8e1 100644
--- a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
+++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
@@ -28,8 +28,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
VOID
UhciDumpQh (
IN UHCI_QH_SW *QhSw
- )
-;
+ );
/**
@@ -43,7 +42,6 @@ UhciDumpQh (
VOID
UhciDumpTds (
IN UHCI_TD_SW *TdSw
- )
-;
+ );
#endif