aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/scsi_host.h')
-rw-r--r--include/scsi/scsi_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index 0fd4746ee39d..cb2bcab41dfb 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -136,9 +136,9 @@ struct scsi_host_template {
136 * the done callback is invoked. 136 * the done callback is invoked.
137 * 137 *
138 * This is called to inform the LLD to transfer 138 * This is called to inform the LLD to transfer
139 * cmd->request_bufflen bytes. The cmd->use_sg speciefies the 139 * scsi_bufflen(cmd) bytes. scsi_sg_count(cmd) speciefies the
140 * number of scatterlist entried in the command and 140 * number of scatterlist entried in the command and
141 * cmd->request_buffer contains the scatterlist. 141 * scsi_sglist(cmd) returns the scatterlist.
142 * 142 *
143 * return values: see queuecommand 143 * return values: see queuecommand
144 * 144 *