Title: [7704] trunk/include/scsi/scsi.h: scsi.h: use __u8 in exported headers
- Revision
- 7704
- Author
- vapier
- Date
- 2009-10-22 07:26:05 -0400 (Thu, 22 Oct 2009)
Log Message
scsi.h: use __u8 in exported headers
Modified Paths
Diff
Modified: trunk/include/scsi/scsi.h (7703 => 7704)
--- trunk/include/scsi/scsi.h 2009-10-22 10:32:25 UTC (rev 7703)
+++ trunk/include/scsi/scsi.h 2009-10-22 11:26:05 UTC (rev 7704)
@@ -142,10 +142,10 @@
/* defined in T10 SCSI Primary Commands-2 (SPC2) */
struct scsi_varlen_cdb_hdr {
- u8 opcode; /* opcode always == VARIABLE_LENGTH_CMD */
- u8 control;
- u8 misc[5];
- u8 additional_cdb_length; /* total cdb length - 8 */
+ __u8 opcode; /* opcode always == VARIABLE_LENGTH_CMD */
+ __u8 control;
+ __u8 misc[5];
+ __u8 additional_cdb_length; /* total cdb length - 8 */
__be16 service_action;
/* service specific data follows */
};
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits