mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
To: Petr Uzel <petr.uzel@suse.cz>,
	linux-kernel <linux-kernel@vger.kernel.org>
Cc: Ravi Anand <ravi.anand@qlogic.com>,
	Dept-Eng iSCSI Driver <Dept-iSCSIDriver@qlogic.com>,
	"James E.J. Bottomley" <JBottomley@parallels.com>,
	Jiri Kosina <trivial@kernel.org>,
	scsi <linux-scsi@vger.kernel.org>
Subject: Re: [PATCH] [trivial] [resend] [SCSI] qla4xxx: Add missing spaces to error messages
Date: Mon, 27 Feb 2012 01:23:40 -0800	[thread overview]
Message-ID: <CB714933.CF07%vikas.chaudhary@qlogic.com> (raw)
In-Reply-To: <1330097579-25679-1-git-send-email-petr.uzel@suse.cz>

-----Original Message-----
From: Petr Uzel <petr.uzel@suse.cz>
Date: Fri, 24 Feb 2012 07:32:59 -0800
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: Ravi Anand <ravi.anand@qlogic.com>, Vikas Chaudhary
<vikas.chaudhary@qlogic.com>, Dept-Eng iSCSI Driver
<Dept-iSCSIDriver@qlogic.com>, "James E.J. Bottomley"
<JBottomley@parallels.com>, Jiri Kosina <trivial@kernel.org>, scsi
<linux-scsi@vger.kernel.org>
Subject: [PATCH] [trivial] [resend] [SCSI] qla4xxx: Add missing spaces to
error messages

>
>Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
>---
> 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 <vikas.chaudhary@qlogic.com>


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.


      reply	other threads:[~2012-02-27  9:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-24 15:32 Petr Uzel
2012-02-27  9:23 ` Vikas Chaudhary [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CB714933.CF07%vikas.chaudhary@qlogic.com \
    --to=vikas.chaudhary@qlogic.com \
    --cc=Dept-iSCSIDriver@qlogic.com \
    --cc=JBottomley@parallels.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=petr.uzel@suse.cz \
    --cc=ravi.anand@qlogic.com \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome