]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
scsi: fix comment in struct Scsi_Host definition
authorSebastian Herbszt <herbszt@gmx.de>
Sat, 20 Sep 2014 11:37:55 +0000 (13:37 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 30 Sep 2014 13:48:27 +0000 (15:48 +0200)
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>
include/scsi/scsi_host.h

index d0f69a3210df5be500d8b4d897e35b1f23ee0079..5e362489ee88a024d8216c1740fa0b424e723bb2 100644 (file)
@@ -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;