mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: sunran001@208suo.com
To: hare@suse.com, jejb@linux.ibm.com, martin.petersen@oracle.com
Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] scsi: aic7xxx: "foo* bar" should be "foo *bar"
Date: Thu, 20 Jul 2023 14:16:54 +0800	[thread overview]
Message-ID: <035e4317991f34f20b8dfec0c574ec0f@208suo.com> (raw)
In-Reply-To: <20230720061553.2523-1-xujianghui@cdjrlc.com>

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 {

           reply	other threads:[~2023-07-20  6:17 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20230720061553.2523-1-xujianghui@cdjrlc.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=035e4317991f34f20b8dfec0c574ec0f@208suo.com \
    --to=sunran001@208suo.com \
    --cc=hare@suse.com \
    --cc=jejb@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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