diff options
author | Petr Uzel <petr.uzel@suse.cz> | 2012-02-24 10:32:59 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-03-27 03:26:28 -0400 |
commit | 0bd7f84211ad244607e28e9e8fbad0244d54e6f5 (patch) | |
tree | c411c368eb8b5eb01aafcb64eb0997ed7119cc60 /drivers | |
parent | 4e2247b2bd289f079349d6c69755f8cff4e31f2b (diff) |
[SCSI] 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: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_os.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c index 281328dd9347..3d9419460e0c 100644 --- a/drivers/scsi/qla4xxx/ql4_os.c +++ b/drivers/scsi/qla4xxx/ql4_os.c | |||
@@ -3864,7 +3864,7 @@ static int get_fw_boot_info(struct scsi_qla_host *ha, uint16_t ddb_index[]) | |||
3864 | if (qla4xxx_get_flash(ha, buf_dma, addr, | 3864 | if (qla4xxx_get_flash(ha, buf_dma, addr, |
3865 | 13 * sizeof(uint8_t)) != QLA_SUCCESS) { | 3865 | 13 * sizeof(uint8_t)) != QLA_SUCCESS) { |
3866 | DEBUG2(ql4_printk(KERN_ERR, ha, "scsi%ld: %s: Get Flash" | 3866 | DEBUG2(ql4_printk(KERN_ERR, ha, "scsi%ld: %s: Get Flash" |
3867 | "failed\n", ha->host_no, __func__)); | 3867 | " failed\n", ha->host_no, __func__)); |
3868 | ret = QLA_ERROR; | 3868 | ret = QLA_ERROR; |
3869 | goto exit_boot_info_free; | 3869 | goto exit_boot_info_free; |
3870 | } | 3870 | } |
@@ -4100,7 +4100,7 @@ static int qla4xxx_setup_boot_info(struct scsi_qla_host *ha) | |||
4100 | 4100 | ||
4101 | if (ql4xdisablesysfsboot) { | 4101 | if (ql4xdisablesysfsboot) { |
4102 | ql4_printk(KERN_INFO, ha, | 4102 | ql4_printk(KERN_INFO, ha, |
4103 | "%s: syfsboot disabled - driver will trigger login" | 4103 | "%s: syfsboot disabled - driver will trigger login " |
4104 | "and publish session for discovery .\n", __func__); | 4104 | "and publish session for discovery .\n", __func__); |
4105 | return QLA_SUCCESS; | 4105 | return QLA_SUCCESS; |
4106 | } | 4106 | } |