[PATCH] platforms: chrp: Add require space after that ','

hanyu001 at 208suo.com hanyu001 at 208suo.com
Tue Jul 18 19:11:48 AEST 2023


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 at 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",


More information about the Linuxppc-dev mailing list