]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/UgaIo.h
MdePkg: Fix typos in comments
[mirror_edk2.git] / MdePkg / Include / Protocol / UgaIo.h
index e0fa68a36889e6cc0351f76c34f3e75002d58b27..b6884219180cfaeecfae22b005661c7b2c2508c6 100644 (file)
@@ -3,8 +3,8 @@
 \r
   Abstraction of a very simple graphics device.\r
   \r
-  Copyright (c) 2006 - 2008, Intel Corporation \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  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
   http://opensource.org/licenses/bsd-license.php                                            \r
@@ -30,8 +30,7 @@ typedef enum {
   UgaDtOutputController,\r
   UgaDtOutputPort,\r
   UgaDtOther\r
-}\r
-UGA_DEVICE_TYPE, *PUGA_DEVICE_TYPE;\r
+} UGA_DEVICE_TYPE, *PUGA_DEVICE_TYPE;\r
 \r
 typedef UINT32 UGA_DEVICE_ID, *PUGA_DEVICE_ID;\r
 \r
@@ -40,8 +39,7 @@ typedef struct {
   UGA_DEVICE_ID   deviceId;\r
   UINT32          ui32DeviceContextSize;\r
   UINT32          ui32SharedContextSize;\r
-}\r
-UGA_DEVICE_DATA, *PUGA_DEVICE_DATA;\r
+} UGA_DEVICE_DATA, *PUGA_DEVICE_DATA;\r
 \r
 typedef struct _UGA_DEVICE {\r
   VOID                *pvDeviceContext;\r
@@ -51,8 +49,7 @@ typedef struct _UGA_DEVICE {
   VOID                *pvBusIoServices;\r
   VOID                *pvStdIoServices;\r
   UGA_DEVICE_DATA     deviceData;\r
-}\r
-UGA_DEVICE, *PUGA_DEVICE;\r
+} UGA_DEVICE, *PUGA_DEVICE;\r
 \r
 typedef enum {\r
   UgaIoGetVersion             = 1,\r
@@ -78,8 +75,7 @@ typedef enum {
   UgaIoGetDevicePropertySize,\r
   UgaIoGetDeviceProperty,\r
   UgaIoBtPrivateInterface\r
-}\r
-UGA_IO_REQUEST_CODE, *PUGA_IO_REQUEST_CODE;\r
+} UGA_IO_REQUEST_CODE, *PUGA_IO_REQUEST_CODE;\r
 \r
 typedef struct {\r
   IN UGA_IO_REQUEST_CODE  ioRequestCode;\r
@@ -92,7 +88,7 @@ typedef struct {
 \r
 \r
 /**\r
-  Dynamically allocate storage for a child UGA_DEVICE .\r
+  Dynamically allocate storage for a child UGA_DEVICE.\r
 \r
   @param[in]     This            The EFI_UGA_IO_PROTOCOL instance. \r
   @param[in]     ParentDevice    ParentDevice specifies a pointer to the parent device of Device.\r
@@ -120,7 +116,7 @@ EFI_STATUS
 \r
 \r
 /**\r
-  Delete a dynamically allocated child UGA_DEVICE object that was allocated via CreateDevice() .\r
+  Delete a dynamically allocated child UGA_DEVICE object that was allocated via CreateDevice().\r
 \r
   @param[in]     This            The EFI_UGA_IO_PROTOCOL instance. Type EFI_UGA_IO_PROTOCOL is \r
                                  defined in Section 10.7.\r