mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arm: mach-pxa: add require space after that ','
       [not found] <tencent_05B568A5C378391102ED44ADD539AC404F06@qq.com>
@ 2023-07-21  8:33 ` hanyu001
  0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-21  8:33 UTC (permalink / raw)
  To: daniel, haojian.zhuang, robert.jarzmik; +Cc: linux-kernel

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)

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

only message in thread, other threads:[~2023-07-21  8:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tencent_05B568A5C378391102ED44ADD539AC404F06@qq.com>
2023-07-21  8:33 ` [PATCH] arm: mach-pxa: add require space after that ',' hanyu001

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®