linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: platforms: ps3: Add require space after that ';'
       [not found] <tencent_61CFD504E2AA1B2AEDC779888E686B6AA309@qq.com>
@ 2023-07-18  8:47 ` hanyu001
  0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-18  8:47 UTC (permalink / raw)
  To: geoff; +Cc: linuxppc-dev, linux-kernel

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 */

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-18  8:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <tencent_61CFD504E2AA1B2AEDC779888E686B6AA309@qq.com>
2023-07-18  8:47 ` [PATCH] powerpc: platforms: ps3: Add require space after that ';' 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).