* [PATCH] platforms: powermac: Add require space after that ','
[not found] <tencent_D88DA71125D0DAD5369DE30A8055B355A20A@qq.com>
@ 2023-07-19 8:49 ` hanyu001
0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-19 8:49 UTC (permalink / raw)
To: benh, mpe, npiggin, christophe.leroy; +Cc: linuxppc-dev, linux-kernel
Fix below checkpatch errors:
platforms/powermac/pfunc_core.c:22: ERROR: space required after that ','
(ctx:VxV)
platforms/powermac/pfunc_core.c:22: ERROR: space required after that ','
(ctx:VxV)
Signed-off-by: Yu Han <hanyu001@208suo.com>
---
arch/powerpc/platforms/powermac/pfunc_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/platforms/powermac/pfunc_core.c
b/arch/powerpc/platforms/powermac/pfunc_core.c
index 22741ddfd5b2..07555c1bb484 100644
--- a/arch/powerpc/platforms/powermac/pfunc_core.c
+++ b/arch/powerpc/platforms/powermac/pfunc_core.c
@@ -19,7 +19,7 @@
/* Debug */
#define LOG_PARSE(fmt...)
#define LOG_ERROR(fmt...) printk(fmt)
-#define LOG_BLOB(t,b,c)
+#define LOG_BLOB(t, b, c)
#undef DEBUG
#ifdef DEBUG
^ permalink raw reply related [flat|nested] only message in thread