aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorYannick Guerrini <yguerrini@tomshardware.fr>2015-02-23 17:26:50 -0500
committerJiri Kosina <jkosina@suse.cz>2015-03-06 17:14:59 -0500
commit6ef68da70f5242f71a2bc76fc8d78b473d6b5c05 (patch)
treee382dd8aa41de95ac34c0d0baa5c6a8a2bec3447 /drivers/scsi
parentfc454fdc108e44bf7e7ebd39f8209a2d021dd8ca (diff)
qla2xxx: Fix printk in qla25xx_setup_mode
Change 'enalbed' to 'enabled' Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr> Acked-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/qla2xxx/qla_os.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
index 45bdc4d558c0..92fd85c8b09f 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
@@ -447,11 +447,11 @@ static int qla25xx_setup_mode(struct scsi_qla_host *vha)
447 } 447 }
448 ha->flags.cpu_affinity_enabled = 1; 448 ha->flags.cpu_affinity_enabled = 1;
449 ql_dbg(ql_dbg_multiq, vha, 0xc007, 449 ql_dbg(ql_dbg_multiq, vha, 0xc007,
450 "CPU affinity mode enalbed, " 450 "CPU affinity mode enabled, "
451 "no. of response queues:%d no. of request queues:%d.\n", 451 "no. of response queues:%d no. of request queues:%d.\n",
452 ha->max_rsp_queues, ha->max_req_queues); 452 ha->max_rsp_queues, ha->max_req_queues);
453 ql_dbg(ql_dbg_init, vha, 0x00e9, 453 ql_dbg(ql_dbg_init, vha, 0x00e9,
454 "CPU affinity mode enalbed, " 454 "CPU affinity mode enabled, "
455 "no. of response queues:%d no. of request queues:%d.\n", 455 "no. of response queues:%d no. of request queues:%d.\n",
456 ha->max_rsp_queues, ha->max_req_queues); 456 ha->max_rsp_queues, ha->max_req_queues);
457 } 457 }