qla2xxx: fix printk typo in qla_bsg.c
Correct spelling "curent" to "current" in drivers/scsi/qla2xxx/qla_bsg.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
44ebf89e40
commit
36e4d267f3
|
@ -745,7 +745,7 @@ qla2x00_process_loopback(struct fc_bsg_job *bsg_job)
|
|||
|
||||
if (elreq.options != EXTERNAL_LOOPBACK) {
|
||||
ql_dbg(ql_dbg_user, vha, 0x7020,
|
||||
"Internal: curent port config = %x\n",
|
||||
"Internal: current port config = %x\n",
|
||||
config[0]);
|
||||
if (qla81xx_set_internal_loopback(vha, config,
|
||||
new_config)) {
|
||||
|
|
Loading…
Reference in New Issue