lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Sun, 16 Jul 2023 12:32:28 +0800
From:   wuyonggang001@...suo.com
To:     sathya.prakash@...adcom.com, sreekanth.reddy@...adcom.com,
        suganath-prabu.subramani@...adcom.com
Cc:     linux-scsi@...r.kernel.org, MPT-FusionLinux.pdl@...adcom.com,
        linux-kernel@...r.kernel.org
Subject: [PATCH] scsi: message: fusion: Modify Format

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@...suo.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;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ