aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_tgt_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/scsi_tgt_lib.c')
-rw-r--r--drivers/scsi/scsi_tgt_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_tgt_lib.c b/drivers/scsi/scsi_tgt_lib.c
index 5851c8e53e40..66c692ffa305 100644
--- a/drivers/scsi/scsi_tgt_lib.c
+++ b/drivers/scsi/scsi_tgt_lib.c
@@ -237,7 +237,7 @@ int scsi_tgt_alloc_queue(struct Scsi_Host *shost)
237 * command as is recvd to userspace. uspace can then make 237 * command as is recvd to userspace. uspace can then make
238 * sure we do not overload the HBA 238 * sure we do not overload the HBA
239 */ 239 */
240 q->nr_requests = shost->hostt->can_queue; 240 q->nr_requests = shost->can_queue;
241 /* 241 /*
242 * We currently only support software LLDs so this does 242 * We currently only support software LLDs so this does
243 * not matter for now. Do we need this for the cards we support? 243 * not matter for now. Do we need this for the cards we support?