From: hanyu001@208suo.com
To: geoff@infradead.org
Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: [PATCH] powerpc: platforms: ps3: insert space before the open parenthesis '('
Date: Tue, 18 Jul 2023 16:32:13 +0800 [thread overview]
Message-ID: <61a4541834be2d507744af7d969bb475@208suo.com> (raw)
In-Reply-To: <tencent_0D690D6B9BCEE104E6AA932AE7C69B89B809@qq.com>
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) {
parent reply other threads:[~2023-07-18 8:33 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <tencent_0D690D6B9BCEE104E6AA932AE7C69B89B809@qq.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=61a4541834be2d507744af7d969bb475@208suo.com \
--to=hanyu001@208suo.com \
--cc=geoff@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).