* [PATCH] scsi: message: fusion: Modify Format
[not found] <20230716042651.12582-1-zhanglibing@cdjrlc.com>
@ 2023-07-16 4:32 ` wuyonggang001
0 siblings, 0 replies; only message in thread
From: wuyonggang001 @ 2023-07-16 4:32 UTC (permalink / raw)
To: sathya.prakash, sreekanth.reddy, suganath-prabu.subramani
Cc: linux-scsi, MPT-FusionLinux.pdl, linux-kernel
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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-16 4:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230716042651.12582-1-zhanglibing@cdjrlc.com>
2023-07-16 4:32 ` [PATCH] scsi: message: fusion: Modify Format wuyonggang001
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®