mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: hanyu001@208suo.com
To: daniel@zonque.org, haojian.zhuang@gmail.com, robert.jarzmik@free.fr
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] arm: mach-pxa: add require space after that ','
Date: Fri, 21 Jul 2023 16:33:57 +0800	[thread overview]
Message-ID: <f57f7072cfaccc6aad71c2d29c4c21c7@208suo.com> (raw)
In-Reply-To: <tencent_05B568A5C378391102ED44ADD539AC404F06@qq.com>

Fix below checkpatch errors:

./arch/arm/mach-pxa/generic.h:18: ERROR: space required after that ',' 
(ctx:VxV)
./arch/arm/mach-pxa/generic.h:18: ERROR: space required after that ',' 
(ctx:VxV)

Signed-off-by: Yu Han <hanyu001@208suo.com>
---
  arch/arm/mach-pxa/generic.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-pxa/generic.h b/arch/arm/mach-pxa/generic.h
index c9c2c46ecead..3775201229ab 100644
--- a/arch/arm/mach-pxa/generic.h
+++ b/arch/arm/mach-pxa/generic.h
@@ -15,7 +15,7 @@ extern void __init pxa_dt_irq_init(int (*fn)(struct 
irq_data *,
  extern void __init pxa_map_io(void);
  extern void pxa_timer_init(void);

-#define SET_BANK(__nr,__start,__size) \
+#define SET_BANK(__nr, __start, __size) \
      mi->bank[__nr].start = (__start), \
      mi->bank[__nr].size = (__size)

           reply	other threads:[~2023-07-21  8:34 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <tencent_05B568A5C378391102ED44ADD539AC404F06@qq.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=f57f7072cfaccc6aad71c2d29c4c21c7@208suo.com \
    --to=hanyu001@208suo.com \
    --cc=daniel@zonque.org \
    --cc=haojian.zhuang@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robert.jarzmik@free.fr \
    /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®