Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
---
 drivers/scsi/qla4xxx/ql4_init.c |    2 +-
 drivers/scsi/qla4xxx/ql4_os.c   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/scsi/qla4xxx/ql4_init.c b/drivers/scsi/qla4xxx/ql4_init.c
index d692c71..ab619a8 100644
--- a/drivers/scsi/qla4xxx/ql4_init.c
+++ b/drivers/scsi/qla4xxx/ql4_init.c
@@ -1184,7 +1184,7 @@ int qla4xxx_initialize_adapter(struct scsi_qla_host *ha,
                 */
                status = qla4xxx_initialize_ddb_list(ha);
                if (status == QLA_ERROR) {
-                       DEBUG2(printk("%s(%ld) Error occurred during build"
+                       DEBUG2(printk("%s(%ld) Error occurred during build "
                                      "ddb list\n", __func__, ha->host_no));
                        goto exit_init_hba;
                }
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index 89460d2..7aa64ca 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -1016,7 +1016,7 @@ static void qla4xxx_do_dpc(struct work_struct *work)
        struct ddb_entry *ddb_entry, *dtemp;
        int status = QLA_ERROR;
 
-       DEBUG2(printk("scsi%ld: %s: DPC handler waking up."
+       DEBUG2(printk("scsi%ld: %s: DPC handler waking up. "
                "flags = 0x%08lx, dpc_flags = 0x%08lx ctrl_stat = 0x%08x\n",
                ha->host_no, __func__, ha->flags, ha->dpc_flags,
                readw(&ha->reg->ctrl_status)));
@@ -1563,7 +1563,7 @@ static int qla4xxx_eh_device_reset(struct scsi_cmnd *cmd)
                   cmd->device->channel, cmd->device->id, cmd->device->lun);
 
        DEBUG2(printk(KERN_INFO
-                     "scsi%ld: DEVICE_RESET cmd=%p jiffies = 0x%lx, to=%x,"
+                     "scsi%ld: DEVICE_RESET cmd=%p jiffies = 0x%lx, to=%x, "
                      "dpc_flags=%lx, status=%x allowed=%d\n", ha->host_no,
                      cmd, jiffies, cmd->timeout_per_command / HZ,
                      ha->dpc_flags, cmd->result, cmd->allowed));
-- 
1.5.3.5.652.gf192c

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to