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] aic7xxx: add missing spaces
Date: Thu, 20 Jul 2023 15:00:56 +0800	[thread overview]
Message-ID: <73b47a5b0c3b263a4c002edbfb6afd12@208suo.com> (raw)
In-Reply-To: <20230720065939.2838-1-xujianghui@cdjrlc.com>

Add missing spaces to clear checkpatch errors.

ERROR: space required after that ',' (ctx:VxV)

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

diff --git a/drivers/scsi/aic7xxx/queue.h b/drivers/scsi/aic7xxx/queue.h
index ba602981f193..f6e958a5f973 100644
--- a/drivers/scsi/aic7xxx/queue.h
+++ b/drivers/scsi/aic7xxx/queue.h
@@ -481,9 +481,9 @@ struct {								\

  #define	CIRCLEQ_LAST(head)	((head)->cqh_last)

-#define	CIRCLEQ_NEXT(elm,field)	((elm)->field.cqe_next)
+#define	CIRCLEQ_NEXT(elm, field)	((elm)->field.cqe_next)

-#define	CIRCLEQ_PREV(elm,field)	((elm)->field.cqe_prev)
+#define	CIRCLEQ_PREV(elm, field)	((elm)->field.cqe_prev)

  #define	CIRCLEQ_REMOVE(head, elm, field) do {				\
  	if (CIRCLEQ_NEXT((elm), field) == (void *)(head))		\

           reply	other threads:[~2023-07-20  7:01 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20230720065939.2838-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=73b47a5b0c3b263a4c002edbfb6afd12@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

all inboxes | Powered by JetHome®