forked from luck/tmp_suning_uos_patched
scsi: qla2xxx: fix spelling mistake "retyring" -> "retrying"
Trivial fix to spelling mistakes in ql_dbg messages. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Himanshu Madhani <himanshu.madhani@qlogic.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
01f17641c4
commit
ee6a8773cf
|
@ -4694,7 +4694,7 @@ qla83xx_idc_unlock(scsi_qla_host_t *base_vha, uint16_t requester_id)
|
||||||
qla83xx_wait_logic();
|
qla83xx_wait_logic();
|
||||||
retry++;
|
retry++;
|
||||||
ql_dbg(ql_dbg_p3p, base_vha, 0xb064,
|
ql_dbg(ql_dbg_p3p, base_vha, 0xb064,
|
||||||
"Failed to release IDC lock, retyring=%d\n", retry);
|
"Failed to release IDC lock, retrying=%d\n", retry);
|
||||||
goto retry_unlock;
|
goto retry_unlock;
|
||||||
}
|
}
|
||||||
} else if (retry < 10) {
|
} else if (retry < 10) {
|
||||||
|
@ -4702,7 +4702,7 @@ qla83xx_idc_unlock(scsi_qla_host_t *base_vha, uint16_t requester_id)
|
||||||
qla83xx_wait_logic();
|
qla83xx_wait_logic();
|
||||||
retry++;
|
retry++;
|
||||||
ql_dbg(ql_dbg_p3p, base_vha, 0xb065,
|
ql_dbg(ql_dbg_p3p, base_vha, 0xb065,
|
||||||
"Failed to read drv-lockid, retyring=%d\n", retry);
|
"Failed to read drv-lockid, retrying=%d\n", retry);
|
||||||
goto retry_unlock;
|
goto retry_unlock;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4718,7 +4718,7 @@ qla83xx_idc_unlock(scsi_qla_host_t *base_vha, uint16_t requester_id)
|
||||||
qla83xx_wait_logic();
|
qla83xx_wait_logic();
|
||||||
retry++;
|
retry++;
|
||||||
ql_dbg(ql_dbg_p3p, base_vha, 0xb066,
|
ql_dbg(ql_dbg_p3p, base_vha, 0xb066,
|
||||||
"Failed to release IDC lock, retyring=%d\n", retry);
|
"Failed to release IDC lock, retrying=%d\n", retry);
|
||||||
goto retry_unlock2;
|
goto retry_unlock2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user