1 --- a/include/scsi/scsi.h
2 +++ b/include/scsi/scsi.h
3 @@ -142,10 +142,10 @@ struct scsi_cmnd;
5 /* defined in T10 SCSI Primary Commands-2 (SPC2) */
6 struct scsi_varlen_cdb_hdr {
7 - u8 opcode; /* opcode always == VARIABLE_LENGTH_CMD */
10 - u8 additional_cdb_length; /* total cdb length - 8 */
11 + __u8 opcode; /* opcode always == VARIABLE_LENGTH_CMD */
14 + __u8 additional_cdb_length; /* total cdb length - 8 */
15 __be16 service_action;
16 /* service specific data follows */