mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
qla4xxx: Add missing spaces to error messages
Signed-off-by: Petr Uzel <petr.uzel@suse.cz> Acked-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
e6be0c9e7e
commit
0973dac1a1
@ -3382,7 +3382,7 @@ static int get_fw_boot_info(struct scsi_qla_host *ha, uint16_t ddb_index[])
|
|||||||
if (qla4xxx_get_flash(ha, buf_dma, addr,
|
if (qla4xxx_get_flash(ha, buf_dma, addr,
|
||||||
13 * sizeof(uint8_t)) != QLA_SUCCESS) {
|
13 * sizeof(uint8_t)) != QLA_SUCCESS) {
|
||||||
DEBUG2(ql4_printk(KERN_ERR, ha, "scsi%ld: %s: Get Flash"
|
DEBUG2(ql4_printk(KERN_ERR, ha, "scsi%ld: %s: Get Flash"
|
||||||
"failed\n", ha->host_no, __func__));
|
" failed\n", ha->host_no, __func__));
|
||||||
ret = QLA_ERROR;
|
ret = QLA_ERROR;
|
||||||
goto exit_boot_info_free;
|
goto exit_boot_info_free;
|
||||||
}
|
}
|
||||||
@ -3620,7 +3620,7 @@ static int qla4xxx_setup_boot_info(struct scsi_qla_host *ha)
|
|||||||
|
|
||||||
if (ql4xdisablesysfsboot) {
|
if (ql4xdisablesysfsboot) {
|
||||||
ql4_printk(KERN_INFO, ha,
|
ql4_printk(KERN_INFO, ha,
|
||||||
"%s: syfsboot disabled - driver will trigger login"
|
"%s: syfsboot disabled - driver will trigger login "
|
||||||
"and publish session for discovery .\n", __func__);
|
"and publish session for discovery .\n", __func__);
|
||||||
return QLA_SUCCESS;
|
return QLA_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user