]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/TapeIo.h
Grammatical and disclaimer changes (does not follow internal C coding stds.)
[mirror_edk2.git] / MdePkg / Include / Protocol / TapeIo.h
index 00a046081eefc1d23a65b7a0c64b5134aef926f8..07265aacc6b935cf8fbe3a50c9a472cfc6663df9 100644 (file)
@@ -2,14 +2,14 @@
   EFI_TAPE_IO_PROTOCOL as defined in the UEFI 2.0.\r
   Provide services to control and access a tape device.\r
 \r
-  Copyright (c) 2006 - 2008, 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
@@ -47,8 +47,8 @@ typedef struct _EFI_TAPE_HEADER {
   Reads from the tape.\r
 \r
   @param  This       A pointer to the EFI_TAPE_IO_PROTOCOL instance.\r
-  @param  BufferSize Size of the buffer in bytes pointed to by Buffer.\r
-  @param  Buffer     Pointer to the buffer for data to be read into.\r
+  @param  BufferSize The size of the buffer in bytes pointed to by Buffer.\r
+  @param  Buffer     The pointer to the buffer for data to be read into.\r
 \r
   @retval EFI_SUCCESS           Data was successfully transferred from the media.\r
   @retval EFI_END_OF_FILE       A filemark was encountered which limited the data\r
@@ -63,7 +63,7 @@ typedef struct _EFI_TAPE_HEADER {
                                 The transfer was aborted since the current position of the\r
                                 media may be incorrect.\r
   @retval EFI_INVALID_PARAMETER A NULL Buffer was specified with a non-zero\r
-                                BufferSize or the device is operating in fixed block\r
+                                BufferSize, or the device is operating in fixed block\r
                                 size mode and the BufferSize was not a multiple of\r
                                 device's fixed block size\r
   @retval EFI_DEVICE_ERROR      A device error occurred while attempting to transfer data\r
@@ -83,7 +83,7 @@ EFI_STATUS
 \r
   @param  This       A pointer to the EFI_TAPE_IO_PROTOCOL instance.\r
   @param  BufferSize Size of the buffer in bytes pointed to by Buffer.\r
-  @param  Buffer     Pointer to the buffer for data to be written from.\r
+  @param  Buffer     The pointer to the buffer for data to be written from.\r
 \r
   @retval EFI_SUCCESS           Data was successfully transferred to the media.\r
   @retval EFI_END_OF_MEDIA      The logical end of media has been reached. Data may have\r
@@ -99,7 +99,7 @@ EFI_STATUS
   @retval EFI_WRITE_PROTECTED   The media in the device is write-protected. The transfer\r
                                 was aborted since a write cannot be completed.\r
   @retval EFI_INVALID_PARAMETER A NULL Buffer was specified with a non-zero\r
-                                BufferSize or the device is operating in fixed block\r
+                                BufferSize, or the device is operating in fixed block\r
                                 size mode and the BufferSize was not a multiple of\r
                                 device's fixed block size\r
   @retval EFI_DEVICE_ERROR      A device error occurred while attempting to transfer data\r