summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-24 02:38:23 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-24 02:38:23 +0000
commit392d56cf4ed3295e0d673e47b7f2adc0464a661d (patch)
tree3035b79f4dab4d511be10ade3431482b6890a431 /MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
parent3549724b39e8e956da9344d3e0e839b7f455aa57 (diff)
downloadedk2-392d56cf4ed3295e0d673e47b7f2adc0464a661d.tar.gz
edk2-392d56cf4ed3295e0d673e47b7f2adc0464a661d.tar.bz2
edk2-392d56cf4ed3295e0d673e47b7f2adc0464a661d.zip
fixed comments problem.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4619 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c')
-rw-r--r--MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
index 487ca0360c..7f4351796b 100644
--- a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
+++ b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
@@ -112,7 +112,7 @@ ON_INVAILD_PARAMETER:
/**
Retrieves current state of the USB host controller according to UEFI 2.0 spec.
- @param This A pointer to the EFI_USB_HC_PROTOCOL instance.
+ @param This A pointer to the EFI_USB2_HC_PROTOCOL instance.
@param State Variable to receive current device state
@return EFI_SUCCESS : The state is returned
@@ -158,7 +158,7 @@ Uhci2GetState (
/**
Sets the USB host controller to a specific state according to UEFI 2.0 spec.
- @param This A pointer to the EFI_USB_HC_PROTOCOL instance.
+ @param This A pointer to the EFI_USB2_HC_PROTOCOL instance.
@param State Indicates the state of the host controller that will
be set.