* [PATCH] powerpc: boot: insert space before the open parenthesis '('
[not found] <tencent_66874A8B7152A23DDA815AEB731181CFEA07@qq.com>
@ 2023-07-18 7:55 ` hanyu001
0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-18 7:55 UTC (permalink / raw)
To: mpe, npiggin, christophe.leroy; +Cc: linuxppc-dev, linux-kernel
Fixes checkpatch error:
./arch/powerpc/boot/main.c:273: ERROR: space required before the open
parenthesis '('
Signed-off-by: Yu Han <hanyu001@208suo.com>
---
arch/powerpc/boot/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/boot/main.c b/arch/powerpc/boot/main.c
index 64a3d6586321..c8ebd552d1e8 100644
--- a/arch/powerpc/boot/main.c
+++ b/arch/powerpc/boot/main.c
@@ -270,7 +270,7 @@ void start(void)
kentry = (kernel_entry_t) vmlinux.addr;
if (ft_addr) {
- if(platform_ops.kentry)
+ if (platform_ops.kentry)
platform_ops.kentry(ft_addr, vmlinux.addr);
else
kentry(ft_addr, 0, NULL);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-18 7:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <tencent_66874A8B7152A23DDA815AEB731181CFEA07@qq.com>
2023-07-18 7:55 ` [PATCH] powerpc: boot: 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).