qla4xxx: Fix printk() in qla4_83xx_read_reset_template() and qla4_83xx_pre_loopback_config()
This patch fix spelling typo in printk within drivers/qla4xxx. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Nilesh Javali <nilesh.javali@qlogic.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Родитель
769a12a9c7
Коммит
8c51931957
|
@ -828,7 +828,7 @@ void qla4_83xx_read_reset_template(struct scsi_qla_host *ha)
|
|||
ret_val = qla4_83xx_flash_read_u32(ha, addr, p_buff,
|
||||
tmplt_hdr_def_size);
|
||||
if (ret_val != QLA_SUCCESS) {
|
||||
ql4_printk(KERN_ERR, ha, "%s: Failed to read reset tempelate\n",
|
||||
ql4_printk(KERN_ERR, ha, "%s: Failed to read reset template\n",
|
||||
__func__);
|
||||
goto exit_read_template_error;
|
||||
}
|
||||
|
|
|
@ -571,7 +571,7 @@ static int qla4_83xx_pre_loopback_config(struct scsi_qla_host *ha,
|
|||
|
||||
if ((config & ENABLE_INTERNAL_LOOPBACK) ||
|
||||
(config & ENABLE_EXTERNAL_LOOPBACK)) {
|
||||
ql4_printk(KERN_INFO, ha, "%s: Loopback diagnostics already in progress. Invalid requiest\n",
|
||||
ql4_printk(KERN_INFO, ha, "%s: Loopback diagnostics already in progress. Invalid request\n",
|
||||
__func__);
|
||||
goto exit_pre_loopback_config;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче