]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix function header
authorywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 23 Dec 2008 07:38:59 +0000 (07:38 +0000)
committerywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 23 Dec 2008 07:38:59 +0000 (07:38 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7099 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Include/Library/UdpIoLib.h

index 4daeae4a0706b49a2b0c95dcfbd603f06cff5df6..0be5b577c30d39af36529ed2e180b7bb752c40fc 100644 (file)
@@ -128,18 +128,18 @@ BOOLEAN
 \r
   @param  Controller            The controller that has the UDP service binding\r
                                 protocol installed.\r
-  @param  ImageHandle           The image handle for the driver.\r
+  @param  Image                 The image handle for the driver.\r
   @param  Configure             The function to configure the created UDP child\r
   @param  Context               The opaque parameter for the Configure funtion.\r
 \r
-  @return A point to just created UDP IO port or NULL if failed.\r
+  @return A point to just created UDP IO port or NULL if some error happened.\r
 \r
 **/\r
 UDP_IO_PORT *\r
 EFIAPI\r
 UdpIoCreatePort (\r
   IN  EFI_HANDLE            Controller,\r
-  IN  EFI_HANDLE            ImageHandle,\r
+  IN  EFI_HANDLE            Image,\r
   IN  UDP_IO_CONFIG         Configure,\r
   IN  VOID                  *Context\r
   );\r
@@ -166,8 +166,6 @@ UdpIoFreePort (
 \r
   @param  UdpIo                 UDP IO port to clean up.\r
 \r
-  @return None\r
-\r
 **/\r
 VOID\r
 EFIAPI\r
@@ -208,8 +206,6 @@ UdpIoSendDatagram (
   @param  UdpIo                 The UDP IO port to cancel the packet from\r
   @param  Packet                The packet to cancel\r
 \r
-  @return None\r
-\r
 **/\r
 VOID\r
 EFIAPI\r