]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c
1) Fix a typo in EhcMoniteAsyncRequests.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / EhciSched.c
index 936a855f12c1b68423f8dd9a043eaa1f234cd4e8..0c5195e318e03e3a299230cc0d4266d541e7daa2 100644 (file)
@@ -2,7 +2,7 @@
 \r
   EHCI transfer scheduling routines.\r
 \r
-Copyright (c) 2007, Intel Corporation\r
+Copyright (c) 2007 - 2009, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -208,8 +208,6 @@ EhcInitSched (
 \r
   @param  Ehc                   The EHCI device.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcFreeSched (\r
@@ -268,8 +266,6 @@ EhcFreeSched (
   @param  Ehc                   The EHCI device.\r
   @param  Qh                    The queue head to link.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcLinkQhToAsync (\r
@@ -301,8 +297,6 @@ EhcLinkQhToAsync (
   @param  Ehc                   The EHCI device.\r
   @param  Qh                    The queue head to unlink.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcUnlinkQhFromAsync (\r
@@ -346,8 +340,6 @@ EhcUnlinkQhFromAsync (
   @param  Ehc                   The EHCI device.\r
   @param  Qh                    The queue head to link.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcLinkQhToPeriod (\r
@@ -447,8 +439,6 @@ EhcLinkQhToPeriod (
   @param  Ehc                   The EHCI device.\r
   @param  Qh                    The queue head to unlink.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcUnlinkQhFromPeriod (\r
@@ -734,8 +724,6 @@ EhciDelAsyncIntTransfer (
 \r
   @param  Ehc                   The EHCI device.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhciDelAllAsyncIntTransfers (\r
@@ -817,8 +805,6 @@ ON_ERROR:
 \r
   @param  Urb                   The URB to update.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 EhcUpdateAsyncRequest (\r
@@ -895,11 +881,9 @@ EhcUpdateAsyncRequest (
   @param  Event                 Interrupt event.\r
   @param  Context               Pointer to USB2_HC_DEV.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
-EhcMoniteAsyncRequests (\r
+EhcMonitorAsyncRequests (\r
   IN EFI_EVENT            Event,\r
   IN VOID                 *Context\r
   )\r
@@ -935,7 +919,7 @@ EhcMoniteAsyncRequests (
     //\r
     Status = EhcFlushAsyncIntMap (Ehc, Urb);\r
     if (EFI_ERROR (Status)) {\r
-      DEBUG ((EFI_D_ERROR, "EhcMoniteAsyncRequests: Fail to Flush AsyncInt Mapped Memeory\n"));\r
+      DEBUG ((EFI_D_ERROR, "EhcMonitorAsyncRequests: Fail to Flush AsyncInt Mapped Memeory\n"));\r
     }\r
 \r
     //\r