]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ScsiPassThru.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / ScsiPassThru.h
index ef601e7dfb7db7d4dc2f92e0d22d45b3f203ff36..7dcead10f9e1361d0e3d7f98a2f8f86934b5bd46 100644 (file)
@@ -1,21 +1,21 @@
 /** @file\r
   SCSI Pass Through protocol as defined in EFI 1.1.\r
-  This protocol allows information about a SCSI channel to be collected, \r
+  This protocol allows information about a SCSI channel to be collected,\r
   and allows SCSI Request Packets to be sent to any SCSI devices on a SCSI\r
-  channel even if those devices are not boot devices. This protocol is attached \r
-  to the device handle of each SCSI channel in a system that the protocol \r
-  supports, and can be used for diagnostics. It may also be used to build \r
+  channel even if those devices are not boot devices. This protocol is attached\r
+  to the device handle of each SCSI channel in a system that the protocol\r
+  supports, and can be used for diagnostics. It may also be used to build\r
   a Block I/O driver for SCSI hard drives and SCSI CD-ROM or DVD drives to\r
   allow those devices to become boot devices.\r
 \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
+  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
@@ -149,9 +149,9 @@ typedef struct {
 } EFI_SCSI_PASS_THRU_MODE;\r
 \r
 /**\r
-  Sends a SCSI Request Packet to a SCSI device that is attached to \r
-  the SCSI channel. This function supports both blocking I/O and \r
-  non-blocking I/O.  The blocking I/O functionality is required, \r
+  Sends a SCSI Request Packet to a SCSI device that is attached to\r
+  the SCSI channel. This function supports both blocking I/O and\r
+  non-blocking I/O.  The blocking I/O functionality is required,\r
   and the non-blocking I/O functionality is optional.\r
 \r
   @param  This   Protocol instance pointer.\r
@@ -198,7 +198,7 @@ typedef struct {
                                     Request Packet to execute. See HostAdapterStatus,\r
                                     TargetStatus, SenseDataLength, and SenseData in\r
                                     that order for additional status information.\r
-                                    \r
+\r
 **/\r
 typedef\r
 EFI_STATUS\r
@@ -211,7 +211,7 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Used to retrieve the list of legal Target IDs for SCSI devices \r
+  Used to retrieve the list of legal Target IDs for SCSI devices\r
   on a SCSI channel.\r
 \r
   @param  This   Protocol instance pointer.\r
@@ -243,7 +243,7 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Used to allocate and build a device path node for a SCSI device \r
+  Used to allocate and build a device path node for a SCSI device\r
   on a SCSI channel.\r
 \r
   @param  This       Protocol instance pointer.\r
@@ -311,7 +311,7 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  Resets a SCSI channel.This operation resets all the \r
+  Resets a SCSI channel.This operation resets all the\r
   SCSI devices connected to the SCSI channel.\r
 \r
   @param  This Protocol instance pointer.\r