mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: wuyonggang001@208suo.com
To: sathya.prakash@broadcom.com, sreekanth.reddy@broadcom.com,
	suganath-prabu.subramani@broadcom.com
Cc: linux-scsi@vger.kernel.org, MPT-FusionLinux.pdl@broadcom.com,
	linux-kernel@vger.kernel.org
Subject: [PATCH] scsi: message: fusion: Modify Format
Date: Sun, 16 Jul 2023 12:32:28 +0800	[thread overview]
Message-ID: <f4c6415590fdeb514fbcb3f3beb82375@208suo.com> (raw)
In-Reply-To: <20230716042651.12582-1-zhanglibing@cdjrlc.com>

Fix the following checkpatch error(s):

ERROR: "scsi_cmnd * SCpnt" should be "scsi_cmnd *SCpnt"
ERROR: "MPT_SCSI_HOST   * hd" should be "MPT_SCSI_HOST   *hd"

Signed-off-by: Yonggang Wu <wuyonggang001@208suo.com>
---
  drivers/message/fusion/mptscsih.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/message/fusion/mptscsih.c 
b/drivers/message/fusion/mptscsih.c
index 2bc17087d17d..60323f73337e 100644
--- a/drivers/message/fusion/mptscsih.c
+++ b/drivers/message/fusion/mptscsih.c
@@ -1861,7 +1861,7 @@ mptscsih_dev_reset(struct scsi_cmnd * SCpnt)
   *    Returns SUCCESS or FAILED.
   **/
  int
-mptscsih_bus_reset(struct scsi_cmnd * SCpnt)
+mptscsih_bus_reset(struct scsi_cmnd *SCpnt)
  {
      MPT_SCSI_HOST    *hd;
      int         retval;
@@ -1913,7 +1913,7 @@ mptscsih_bus_reset(struct scsi_cmnd * SCpnt)
  int
  mptscsih_host_reset(struct scsi_cmnd *SCpnt)
  {
-    MPT_SCSI_HOST *  hd;
+    MPT_SCSI_HOST   *hd;
      int              status = SUCCESS;
      MPT_ADAPTER    *ioc;
      int        retval;

           reply	other threads:[~2023-07-16  4:32 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20230716042651.12582-1-zhanglibing@cdjrlc.com>]

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=f4c6415590fdeb514fbcb3f3beb82375@208suo.com \
    --to=wuyonggang001@208suo.com \
    --cc=MPT-FusionLinux.pdl@broadcom.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=sathya.prakash@broadcom.com \
    --cc=sreekanth.reddy@broadcom.com \
    --cc=suganath-prabu.subramani@broadcom.com \
    /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

all inboxes | Powered by JetHome®