[PATCH] scsi: aacraid: Clean up errors in aachba.c

From: XueBing Chen
Date: Thu Jan 11 2024 - 06:25:52 EST


Fix the following errors reported by checkpatch:

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

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

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);
--
2.17.1