diff options
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi/mpi2_init.h')
-rw-r--r-- | drivers/scsi/mpt3sas/mpi/mpi2_init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/mpt3sas/mpi/mpi2_init.h b/drivers/scsi/mpt3sas/mpi/mpi2_init.h index 948a3ba682d7..6213ce6791ac 100644 --- a/drivers/scsi/mpt3sas/mpi/mpi2_init.h +++ b/drivers/scsi/mpt3sas/mpi/mpi2_init.h | |||
@@ -75,7 +75,7 @@ | |||
75 | 75 | ||
76 | typedef struct _MPI2_SCSI_IO_CDB_EEDP32 { | 76 | typedef struct _MPI2_SCSI_IO_CDB_EEDP32 { |
77 | U8 CDB[20]; /*0x00 */ | 77 | U8 CDB[20]; /*0x00 */ |
78 | U32 PrimaryReferenceTag; /*0x14 */ | 78 | __be32 PrimaryReferenceTag; /*0x14 */ |
79 | U16 PrimaryApplicationTag; /*0x18 */ | 79 | U16 PrimaryApplicationTag; /*0x18 */ |
80 | U16 PrimaryApplicationTagMask; /*0x1A */ | 80 | U16 PrimaryApplicationTagMask; /*0x1A */ |
81 | U32 TransferLength; /*0x1C */ | 81 | U32 TransferLength; /*0x1C */ |