Skip to content
Snippets Groups Projects
Commit 6ef68da7 authored by Yannick Guerrini's avatar Yannick Guerrini Committed by Jiri Kosina
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment