aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_cmnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/scsi_cmnd.h')
-rw-r--r--include/scsi/scsi_cmnd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h
index 7ed883c8e48a..3e46dfae8194 100644
--- a/include/scsi/scsi_cmnd.h
+++ b/include/scsi/scsi_cmnd.h
@@ -78,7 +78,7 @@ struct scsi_cmnd {
78 int allowed; 78 int allowed;
79 int timeout_per_command; 79 int timeout_per_command;
80 80
81 unsigned char cmd_len; 81 unsigned short cmd_len;
82 enum dma_data_direction sc_data_direction; 82 enum dma_data_direction sc_data_direction;
83 83
84 /* These elements define the operation we are about to perform */ 84 /* These elements define the operation we are about to perform */