[SCSI] qla4xxx: Add missing spaces to error messages
authorPetr Uzel <petr.uzel@suse.cz>
Fri, 24 Feb 2012 15:32:59 +0000 (16:32 +0100)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 27 Mar 2012 07:26:28 +0000 (08:26 +0100)
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>
drivers/scsi/qla4xxx/ql4_os.c

index 281328d..3d94194 100644 (file)
@@ -3864,7 +3864,7 @@ static int get_fw_boot_info(struct scsi_qla_host *ha, uint16_t ddb_index[])
                if (qla4xxx_get_flash(ha, buf_dma, addr,
                                      13 * sizeof(uint8_t)) != QLA_SUCCESS) {
                        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;
                        goto exit_boot_info_free;
                }
@@ -4100,7 +4100,7 @@ static int qla4xxx_setup_boot_info(struct scsi_qla_host *ha)
 
        if (ql4xdisablesysfsboot) {
                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__);
                return QLA_SUCCESS;
        }