]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Bus / Ufs / UfsPassThruDxe / UfsPassThru.h
index 6c7198325839d67cfcad9c24a77d0e841e925525..b8937842b80be5ce887b0d86dae440a6ebb978c1 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014 - 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
@@ -35,7 +35,7 @@
 #define UFS_PASS_THRU_SIG           SIGNATURE_32 ('U', 'F', 'S', 'P')\r
 \r
 //\r
-// Lun 0~7 is for 8 common luns. \r
+// Lun 0~7 is for 8 common luns.\r
 // Lun 8~11 is for those 4 well known luns (Refer to UFS 2.0 spec Table 10.58 for details):\r
 //  Lun 8:  REPORT LUNS\r
 //  Lun 9:  UFS DEVICE\r
@@ -59,7 +59,7 @@ typedef struct {
   for(Entry = (ListHead)->ForwardLink, NextEntry = Entry->ForwardLink;\\r
       Entry != (ListHead); Entry = NextEntry, NextEntry = Entry->ForwardLink)\r
 \r
-typedef struct _UFS_PASS_THRU_PRIVATE_DATA {  \r
+typedef struct _UFS_PASS_THRU_PRIVATE_DATA {\r
   UINT32                              Signature;\r
   EFI_HANDLE                          Handle;\r
   EFI_EXT_SCSI_PASS_THRU_MODE         ExtScsiPassThruMode;\r