]> git.proxmox.com Git - mirror_edk2.git/commitdiff
fixed comments problem.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 24 Jan 2008 02:38:23 +0000 (02:38 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 24 Jan 2008 02:38:23 +0000 (02:38 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4619 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c

index 487ca0360cc2fdd11b53ef007fbcda221e1c99f6..7f4351796b6973dbd977bce12713117772a1a6de 100644 (file)
@@ -112,7 +112,7 @@ ON_INVAILD_PARAMETER:
 /**\r
   Retrieves current state of the USB host controller according to UEFI 2.0 spec.\r
 \r
-  @param  This                 A pointer to the EFI_USB_HC_PROTOCOL instance.\r
+  @param  This                 A pointer to the EFI_USB2_HC_PROTOCOL instance.\r
   @param  State                Variable to receive current device state\r
 \r
   @return EFI_SUCCESS           : The state is returned\r
@@ -158,7 +158,7 @@ Uhci2GetState (
 /**\r
   Sets the USB host controller to a specific state according to UEFI 2.0 spec.\r
 \r
-  @param  This                 A pointer to the EFI_USB_HC_PROTOCOL instance.\r
+  @param  This                 A pointer to the EFI_USB2_HC_PROTOCOL instance.\r
   @param  State                Indicates the state of the host controller that will\r
                                be set.\r
 \r