* [PATCH] powerpc: platforms: ps3: insert space before the open parenthesis '('
[not found] <tencent_0D690D6B9BCEE104E6AA932AE7C69B89B809@qq.com>
@ 2023-07-18 8:32 ` hanyu001
0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-18 8:32 UTC (permalink / raw)
To: geoff; +Cc: linuxppc-dev, linux-kernel
Fixes checkpatch error:
powerpc/platforms/ps3/os-area.c:782:ERROR: space required before the
open parenthesis '('
Signed-off-by: Yu Han <hanyu001@208suo.com>
---
arch/powerpc/platforms/ps3/os-area.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/platforms/ps3/os-area.c
b/arch/powerpc/platforms/ps3/os-area.c
index b384cd2d6b99..237a76d1c92f 100644
--- a/arch/powerpc/platforms/ps3/os-area.c
+++ b/arch/powerpc/platforms/ps3/os-area.c
@@ -779,7 +779,7 @@ void __init ps3_os_area_init(void)
os_area_get_property(node, &property_av_multi_out);
}
- if(!saved_params.rtc_diff)
+ if (!saved_params.rtc_diff)
saved_params.rtc_diff = SECONDS_FROM_1970_TO_2000;
if (node) {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-18 8:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <tencent_0D690D6B9BCEE104E6AA932AE7C69B89B809@qq.com>
2023-07-18 8:32 ` [PATCH] powerpc: platforms: ps3: 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).