]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ScsiIo.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / ScsiIo.h
index d605b18e0e090fa6f7e4fc07f1e33df8b8d317be..1e7bc86b2967252bf3938c45383d8cf2536a6c5e 100644 (file)
@@ -1,17 +1,17 @@
 /** @file\r
   EFI_SCSI_IO_PROTOCOL as defined in UEFI 2.0.\r
-  This protocol is used by code, typically drivers, running in the EFI boot \r
-  services environment to access SCSI devices. In particular, functions for \r
+  This protocol is used by code, typically drivers, running in the EFI boot\r
+  services environment to access SCSI devices. In particular, functions for\r
   managing devices on SCSI buses are defined here.\r
 \r
-  Copyright (c) 2006 - 2013, 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
+  Copyright (c) 2006 - 2018, 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
 \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
+  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
@@ -301,12 +301,12 @@ struct _EFI_SCSI_IO_PROTOCOL {
   EFI_SCSI_IO_PROTOCOL_GET_DEVICE_LOCATION  GetDeviceLocation;\r
   EFI_SCSI_IO_PROTOCOL_RESET_BUS            ResetBus;\r
   EFI_SCSI_IO_PROTOCOL_RESET_DEVICE         ResetDevice;\r
-  EFI_SCSI_IO_PROTOCOL_EXEC_SCSI_COMMAND    ExecuteScsiCommand;    \r
+  EFI_SCSI_IO_PROTOCOL_EXEC_SCSI_COMMAND    ExecuteScsiCommand;\r
 \r
   ///\r
-  /// Supplies the alignment requirement for any buffer used in a data transfer. \r
-  /// IoAlign values of 0 and 1 mean that the buffer can be placed anywhere in memory. \r
-  /// Otherwise, IoAlign must be a power of 2, and the requirement is that the \r
+  /// Supplies the alignment requirement for any buffer used in a data transfer.\r
+  /// IoAlign values of 0 and 1 mean that the buffer can be placed anywhere in memory.\r
+  /// Otherwise, IoAlign must be a power of 2, and the requirement is that the\r
   /// start address of a buffer must be evenly divisible by IoAlign with no remainder.\r
   ///\r
   UINT32                                    IoAlign;\r