2012-02-24 15:33:22

by Petr Uzel

[permalink] [raw]
Subject: [PATCH] [trivial] [resend] [SCSI] qla4xxx: Add missing spaces to error messages


Signed-off-by: Petr Uzel <[email protected]>
---
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 ce6d3b7..edf5034 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -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,
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;
}
@@ -3620,7 +3620,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;
}
--
1.7.7


2012-02-27 09:23:50

by Vikas Chaudhary

[permalink] [raw]
Subject: Re: [PATCH] [trivial] [resend] [SCSI] qla4xxx: Add missing spaces to error messages

-----Original Message-----
From: Petr Uzel <[email protected]>
Date: Fri, 24 Feb 2012 07:32:59 -0800
To: linux-kernel <[email protected]>
Cc: Ravi Anand <[email protected]>, Vikas Chaudhary
<[email protected]>, Dept-Eng iSCSI Driver
<[email protected]>, "James E.J. Bottomley"
<[email protected]>, Jiri Kosina <[email protected]>, scsi
<[email protected]>
Subject: [PATCH] [trivial] [resend] [SCSI] qla4xxx: Add missing spaces to
error messages

>
>Signed-off-by: Petr Uzel <[email protected]>
>---
> 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 ce6d3b7..edf5034 100644
>--- a/drivers/scsi/qla4xxx/ql4_os.c
>+++ b/drivers/scsi/qla4xxx/ql4_os.c
>@@ -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,
> 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;
> }
>@@ -3620,7 +3620,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;
> }
>--
>1.7.7

Acked-by: Vikas Chaudhary <[email protected]>


This message and any attached documents contain information from QLogic Corporation or its wholly-owned subsidiaries that may be confidential. If you are not the intended recipient, you may not read, copy, distribute, or use this information. If you have received this transmission in error, please notify the sender immediately by reply e-mail and then delete this message.