* [PATCH] platforms: chrp: Add require space after that ','
[not found] <tencent_DC5A89DAEE730A81E76A904AA67119225807@qq.com>
@ 2023-07-18 9:11 ` hanyu001
0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-18 9:11 UTC (permalink / raw)
To: mpe, npiggin, christophe.leroy, nathanl; +Cc: linuxppc-dev, linux-kernel
Fixes checkpatch errors:
./arch/powerpc/platforms/chrp/setup.c:91: ERROR: space required after
that ',' (ctx:VxV)
./arch/powerpc/platforms/chrp/setup.c:91: ERROR: space required after
that ',' (ctx:VxV)
Signed-off-by: Yu Han <hanyu001@208suo.com>
---
arch/powerpc/platforms/chrp/setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/platforms/chrp/setup.c
b/arch/powerpc/platforms/chrp/setup.c
index 36ee3a5056a1..f8f06413bf23 100644
--- a/arch/powerpc/platforms/chrp/setup.c
+++ b/arch/powerpc/platforms/chrp/setup.c
@@ -88,7 +88,7 @@ static const char *gg2_cachemodes[4] = {
static const char *chrp_names[] = {
"Unknown",
- "","","",
+ "", "", "",
"Motorola",
"IBM or Longtrail",
"Genesi Pegasos",
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-18 9:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <tencent_DC5A89DAEE730A81E76A904AA67119225807@qq.com>
2023-07-18 9:11 ` [PATCH] platforms: chrp: 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;
as well as URLs for NNTP newsgroup(s).