From: Sebastian Herbszt Date: Sat, 20 Sep 2014 11:37:55 +0000 (+0200) Subject: scsi: fix comment in struct Scsi_Host definition X-Git-Tag: v3.18-rc1~140^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8e4a5da69c39788fabc9e7cf178eb62b6077c96b;p=karo-tx-linux.git 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 Reviewed-by: Bart Van Assche Reviewed-by: Hannes Reinecke Signed-off-by: Christoph Hellwig --- diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index d0f69a3210df..5e362489ee88 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;