linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: platforms: insert space before the open parenthesis '('
       [not found] <tencent_3F18E701022BD5039554E35C440CB48FB508@qq.com>
@ 2023-07-18  8:23 ` hanyu001
  0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-18  8:23 UTC (permalink / raw)
  To: geoff; +Cc: linuxppc-dev, linux-kernel

Fixes checkpatch error:

arch/powerpc/platforms/ps3/setup.c:107:ERROR:space required before the 
open parenthesis '('

Signed-off-by: Yu Han <hanyu001@208suo.com>
---
  arch/powerpc/platforms/ps3/setup.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/platforms/ps3/setup.c 
b/arch/powerpc/platforms/ps3/setup.c
index 5144f11359f7..3a22a26912db 100644
--- a/arch/powerpc/platforms/ps3/setup.c
+++ b/arch/powerpc/platforms/ps3/setup.c
@@ -104,7 +104,7 @@ static void ps3_panic(char *str)
      printk("\n");
      panic_flush_kmsg_end();

-    while(1)
+    while (1)
          lv1_pause(1);
  }

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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <tencent_3F18E701022BD5039554E35C440CB48FB508@qq.com>
2023-07-18  8:23 ` [PATCH] powerpc: platforms: insert space before the open parenthesis '(' 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).