[<prev] [next>] [day] [month] [year] [list]
Message-ID: <643e93ea4109ca0e2e77144060d3ad73@208suo.com>
Date: Mon, 17 Jul 2023 16:38:51 +0800
From: hanyu001@...suo.com
To: mpe@...erman.id.au, npiggin@...il.com, christophe.leroy@...roup.eu,
onkarnath.1@...sung.com, gustavoars@...nel.org,
nathanl@...ux.ibm.com
Cc: linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: [PATCH] powerpc: xmon: insert space before the open parenthesis '('
Fixes checkpatch error:
./arch/powerpc/xmon/xmon.c:1052: ERROR: space required before the open
parenthesis '('
Signed-off-by: ztt <1549089851@...com>
---
arch/powerpc/xmon/xmon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c
index 70c4c59a1a8f..6a1a2f0b9084 100644
--- a/arch/powerpc/xmon/xmon.c
+++ b/arch/powerpc/xmon/xmon.c
@@ -1049,7 +1049,7 @@ cmds(struct pt_regs *excp)
xmon_show_stack(excp->gpr[1], excp->link, excp->nip);
- for(;;) {
+ for (;;) {
#ifdef CONFIG_SMP
printf("%x:", smp_processor_id());
#endif /* CONFIG_SMP */
Powered by blists - more mailing lists