diff mbox series

scsi: aacraid: Clean up errors in aachba.c

Message ID 20240111112521.15723-1-chenxb_99091@126.com
State New
Headers show
Series scsi: aacraid: Clean up errors in aachba.c | expand

Commit Message

XueBing Chen Jan. 11, 2024, 11:25 a.m. UTC
Fix the following errors reported by checkpatch:

ERROR: "foo* bar" should be "foo *bar"

Signed-off-by: XueBing Chen <chenxb_99091@126.com>
---
 drivers/scsi/aacraid/aachba.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/scsi/aacraid/aachba.c b/drivers/scsi/aacraid/aachba.c
index 70e1cac1975e..29a12a952e25 100644
--- a/drivers/scsi/aacraid/aachba.c
+++ b/drivers/scsi/aacraid/aachba.c
@@ -224,7 +224,7 @@  static long aac_build_sghba(struct scsi_cmnd *scsicmd,
 static int aac_convert_sgraw2(struct aac_raw_io2 *rio2,
 				int pages, int nseg, int nseg_new);
 static void aac_probe_container_scsi_done(struct scsi_cmnd *scsi_cmnd);
-static int aac_send_srb_fib(struct scsi_cmnd* scsicmd);
+static int aac_send_srb_fib(struct scsi_cmnd *scsicmd);
 static int aac_send_hba_fib(struct scsi_cmnd *scsicmd);
 #ifdef AAC_DETAILED_STATUS_INFO
 static char *aac_get_status_string(u32 status);