From: hanyu001@208suo.com
To: geoff@infradead.org
Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: [PATCH] powerpc: platforms: ps3: Add require space after that ';'
Date: Tue, 18 Jul 2023 16:47:11 +0800 [thread overview]
Message-ID: <5a46daa59b79aa6031cf465f4648c689@208suo.com> (raw)
In-Reply-To: <tencent_61CFD504E2AA1B2AEDC779888E686B6AA309@qq.com>
Fixes checkpatch errors:
./arch/powerpc/platforms/ps3/platform.h:198: ERROR: space required after
that ';' (ctx:VxV)
./arch/powerpc/platforms/ps3/platform.h:200: ERROR: space required after
that ';' (ctx:VxV)
./arch/powerpc/platforms/ps3/platform.h:202: ERROR: space required after
that ';' (ctx:VxV)
./arch/powerpc/platforms/ps3/platform.h:204: ERROR: space required after
that ';' (ctx:VxV)
./arch/powerpc/platforms/ps3/platform.h:206: ERROR: space required after
that ';' (ctx:VxV)
Signed-off-by: Yu Han <hanyu001@208suo.com>
---
arch/powerpc/platforms/ps3/platform.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/powerpc/platforms/ps3/platform.h
b/arch/powerpc/platforms/ps3/platform.h
index 6beecdb0d51f..715167ab7348 100644
--- a/arch/powerpc/platforms/ps3/platform.h
+++ b/arch/powerpc/platforms/ps3/platform.h
@@ -195,15 +195,15 @@ int ps3_repository_write_highmem_info(unsigned int
region_index,
int ps3_repository_delete_highmem_info(unsigned int region_index);
#else
static inline int ps3_repository_write_highmem_region_count(
- unsigned int region_count) {return 0;}
+ unsigned int region_count) {return 0; }
static inline int ps3_repository_write_highmem_base(unsigned int
region_index,
- u64 highmem_base) {return 0;}
+ u64 highmem_base) {return 0; }
static inline int ps3_repository_write_highmem_size(unsigned int
region_index,
- u64 highmem_size) {return 0;}
+ u64 highmem_size) {return 0; }
static inline int ps3_repository_write_highmem_info(unsigned int
region_index,
- u64 highmem_base, u64 highmem_size) {return 0;}
+ u64 highmem_base, u64 highmem_size) {return 0; }
static inline int ps3_repository_delete_highmem_info(unsigned int
region_index)
- {return 0;}
+ {return 0; }
#endif
/* repository pme info */
parent reply other threads:[~2023-07-18 8:48 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <tencent_61CFD504E2AA1B2AEDC779888E686B6AA309@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=5a46daa59b79aa6031cf465f4648c689@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).