| 
| [an error occurred while processing this directive] |  | 
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <0941033d34b2403020f9e4cc17765381@208suo.com>
Date:   Tue, 18 Jul 2023 17:37:35 +0800
From:   hanyu001@...suo.com
To:     benh@...nel.crashing.org, mpe@...erman.id.au, npiggin@...il.com,
        christophe.leroy@...roup.eu, robh@...nel.org, axboe@...nel.dk,
        chenlifu@...wei.com
Cc:     linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: [PATCH] platforms: powermac: insert space before the open parenthesis
 '('
Fixes checkpatch error:
/powerpc/platforms/powermac/setup.c:222:ERROR: space required before the 
open parenthesis '('
Signed-off-by: Yu Han <hanyu001@...suo.com>
---
  arch/powerpc/platforms/powermac/setup.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/platforms/powermac/setup.c 
b/arch/powerpc/platforms/powermac/setup.c
index 0c41f4b005bc..a89f3022f3a8 100644
--- a/arch/powerpc/platforms/powermac/setup.c
+++ b/arch/powerpc/platforms/powermac/setup.c
@@ -219,7 +219,7 @@ static void __init ohare_init(void)
                  sysctrl_regs[4] |= 0x04000020;
              else
                  sysctrl_regs[4] |= 0x04000000;
-            if(has_l2cache)
+            if (has_l2cache)
                  printk(KERN_INFO "Level 2 cache enabled\n");
          }
      }
Powered by blists - more mailing lists
 
