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>
This commit is contained in:
parent
fc454fdc10
commit
6ef68da70f
|
@ -447,11 +447,11 @@ static int qla25xx_setup_mode(struct scsi_qla_host *vha)
|
|||
}
|
||||
ha->flags.cpu_affinity_enabled = 1;
|
||||
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",
|
||||
ha->max_rsp_queues, ha->max_req_queues);
|
||||
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",
|
||||
ha->max_rsp_queues, ha->max_req_queues);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue