Commit 6ef68da7 authored by Yannick Guerrini's avatar Yannick Guerrini Committed by Jiri Kosina

qla2xxx: Fix printk in qla25xx_setup_mode

Change 'enalbed' to 'enabled'
Signed-off-by: default avatarYannick Guerrini <yguerrini@tomshardware.fr>
Acked-by: default avatarSaurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fc454fdc
...@@ -447,11 +447,11 @@ static int qla25xx_setup_mode(struct scsi_qla_host *vha) ...@@ -447,11 +447,11 @@ static int qla25xx_setup_mode(struct scsi_qla_host *vha)
} }
ha->flags.cpu_affinity_enabled = 1; ha->flags.cpu_affinity_enabled = 1;
ql_dbg(ql_dbg_multiq, vha, 0xc007, ql_dbg(ql_dbg_multiq, vha, 0xc007,
"CPU affinity mode enalbed, " "CPU affinity mode enabled, "
"no. of response queues:%d no. of request queues:%d.\n", "no. of response queues:%d no. of request queues:%d.\n",
ha->max_rsp_queues, ha->max_req_queues); ha->max_rsp_queues, ha->max_req_queues);
ql_dbg(ql_dbg_init, vha, 0x00e9, ql_dbg(ql_dbg_init, vha, 0x00e9,
"CPU affinity mode enalbed, " "CPU affinity mode enabled, "
"no. of response queues:%d no. of request queues:%d.\n", "no. of response queues:%d no. of request queues:%d.\n",
ha->max_rsp_queues, ha->max_req_queues); ha->max_rsp_queues, ha->max_req_queues);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment