]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Synchronize function's comments with EFI 1.1 specification.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 28 Sep 2008 06:55:38 +0000 (06:55 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 28 Sep 2008 06:55:38 +0000 (06:55 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6061 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/UgaIo.h

index ba097db86a80e5d33780bcff353532407acb2db0..3faf1841c35647d706def213ecd58515aee1dcb4 100644 (file)
@@ -94,8 +94,7 @@ typedef struct {
 /**
   Dynamically allocate storage for a child UGA_DEVICE .\r
 
-  @param[in]     This            The EFI_UGA_IO_PROTOCOL instance. Type EFI_UGA_IO_PROTOCOL is \r
-                                 defined in Section 10.7.
+  @param[in]     This            The EFI_UGA_IO_PROTOCOL instance. 
   @param[in]     ParentDevice    ParentDevice specifies a pointer to the parent device of Device.
   @param[in]     DeviceData      A pointer to UGA_DEVICE_DATA returned from a call to DispatchService()\r
                                  with a UGA_DEVICE of Parent and an IoRequest of type UgaIoGetChildDevice.