* [PATCH] powerpc: xmon: insert space before the open parenthesis '('
[not found] <tencent_21B998805C354725D838145110ED7A2DD606@qq.com>
@ 2023-07-17 8:38 ` hanyu001
0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-17 8:38 UTC (permalink / raw)
To: mpe, npiggin, christophe.leroy, onkarnath.1, gustavoars, nathanl
Cc: linuxppc-dev, linux-kernel
Fixes checkpatch error:
./arch/powerpc/xmon/xmon.c:1052: ERROR: space required before the open
parenthesis '('
Signed-off-by: ztt <1549089851@qq.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 */
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-17 8:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <tencent_21B998805C354725D838145110ED7A2DD606@qq.com>
2023-07-17 8:38 ` [PATCH] powerpc: xmon: 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).