mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] scsi: aic7xxx: "foo* bar" should be "foo *bar"
       [not found] <20230720061553.2523-1-xujianghui@cdjrlc.com>
@ 2023-07-20  6:16 ` sunran001
  0 siblings, 0 replies; only message in thread
From: sunran001 @ 2023-07-20  6:16 UTC (permalink / raw)
  To: hare, jejb, martin.petersen; +Cc: linux-scsi, linux-kernel

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

Signed-off-by: Ran Sun <sunran001@208suo.com>
---
  drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h 
b/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h
index ed3bdd43c297..ec4eae41418a 100644
--- a/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h
+++ b/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h
@@ -65,7 +65,7 @@ typedef enum {
  	RO = 0x01,
  	WO = 0x02,
  	RW = 0x03
-}amode_t;
+} amode_t;

  typedef SLIST_HEAD(symlist, symbol_node) symlist_t;

@@ -113,7 +113,7 @@ STAILQ_HEAD(macro_arg_list, macro_arg);
  struct macro_info {
  	struct macro_arg_list args;
  	int   narg;
-	const char* body;
+	const char *body;
  };

  typedef struct expression_info {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-20  6:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230720061553.2523-1-xujianghui@cdjrlc.com>
2023-07-20  6:16 ` [PATCH] scsi: aic7xxx: "foo* bar" should be "foo *bar" sunran001

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome