]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Include/Protocol/VgaMiniPort.h
Grammatical and disclaimer changes (does not follow internal C coding stds.)
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Protocol / VgaMiniPort.h
index d5ee730aad7207c03ba44c5af7199355044366e5..164644aa12a9ab0a37448efaffa0332f0834b308 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
-  VGA Mini Port Protocol that is used to set the text display mode of a VGA controller.\r
+  The VGA Mini Port Protocol used to set the text display mode of a VGA controller.\r
 \r
-  Copyright (c) 2006 - 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
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2006 - 2010, Intel Corporation.  All rights reserved<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php.                                          \r
+    \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -16,7 +16,7 @@
 #define __VGA_MINI_PORT_H_\r
 \r
 ///\r
-/// Global ID for the EFI_VGA_MINI_PORT_PROTOCOL\r
+/// Global ID for the EFI_VGA_MINI_PORT_PROTOCOL.\r
 ///\r
 #define EFI_VGA_MINI_PORT_PROTOCOL_GUID \\r
   { \\r
@@ -24,7 +24,7 @@
   }\r
 \r
 ///\r
-/// Forward declaration for the EFI_VGA_MINI_PORT_PROTOCOL\r
+/// Forward declaration for the EFI_VGA_MINI_PORT_PROTOCOL.\r
 ///\r
 typedef struct _EFI_VGA_MINI_PORT_PROTOCOL  EFI_VGA_MINI_PORT_PROTOCOL;\r
 \r
@@ -42,7 +42,7 @@ typedef struct _EFI_VGA_MINI_PORT_PROTOCOL  EFI_VGA_MINI_PORT_PROTOCOL;
   @param[in] This         A pointer to the EFI_VGA_MINI_PORT_PROTOCOL instance.\r
   @param[in] ModeNumber   The requested mode number.  0 for 80x25.  1 for 80x5.\r
 \r
-  @retval EFI_SUCCESS        The mode number was set\r
+  @retval EFI_SUCCESS        The mode number was set.\r
   @retval EFI_UNSUPPORTED    The mode number specified by ModeNumber is not supported.\r
   @retval EFI_DEVICE_ERROR   The device is not functioning properly.\r
   \r