summaryrefslogtreecommitdiff
path: root/include/scsi
diff options
context:
space:
mode:
authorSebastian Herbszt <herbszt@gmx.de>2014-09-20 11:37:55 (GMT)
committerChristoph Hellwig <hch@lst.de>2014-09-30 13:48:27 (GMT)
commit8e4a5da69c39788fabc9e7cf178eb62b6077c96b (patch)
tree3d1626452ebb15374dd2745a5d7acce9a88c06f0 /include/scsi
parent6fe8c1dbefd63ef3988edb745d9eb81fc6d0513c (diff)
downloadlinux-8e4a5da69c39788fabc9e7cf178eb62b6077c96b.tar.xz
scsi: fix comment in struct Scsi_Host definition
Commit 1abf635 (scsi: use 64-bit value for 'max_luns') changed the order of Scsi_Host members. Update the comment to reflect this. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/scsi_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index d0f69a3..5e36248 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -606,7 +606,7 @@ struct Scsi_Host {
/*
* These three parameters can be used to allow for wide scsi,
* and for host adapters that support multiple busses
- * The first two should be set to 1 more than the actual max id
+ * The last two should be set to 1 more than the actual max id
* or lun (e.g. 8 for SCSI parallel systems).
*/
unsigned int max_channel;