linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] platforms: powermac: "foo* bar" replace with "foo *bar"
       [not found] <tencent_F5ACD262BC92A89156BA56E9FC5300BE1A05@qq.com>
@ 2023-07-19  8:53 ` hanyu001
  0 siblings, 0 replies; 2+ messages in thread
From: hanyu001 @ 2023-07-19  8:53 UTC (permalink / raw)
  To: benh, mpe, npiggin, christophe.leroy, robh; +Cc: linuxppc-dev, linux-kernel

Fix below checkpatch error:

/platforms/powermac/pfunc_core.c: ERROR: "foo* bar" should be "foo *bar"

Signed-off-by: Yu Han <hanyu001@208suo.com>
---
  arch/powerpc/platforms/powermac/pfunc_core.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/platforms/powermac/pfunc_core.c 
b/arch/powerpc/platforms/powermac/pfunc_core.c
index 07555c1bb484..7d01352a69f5 100644
--- a/arch/powerpc/platforms/powermac/pfunc_core.c
+++ b/arch/powerpc/platforms/powermac/pfunc_core.c
@@ -105,7 +105,7 @@ static u32 pmf_next32(struct pmf_cmd *cmd)
      return value;
  }

-static const void* pmf_next_blob(struct pmf_cmd *cmd, int count)
+static const void *pmf_next_blob(struct pmf_cmd *cmd, int count)
  {
      const void *value;
      if ((cmd->cmdend - cmd->cmdptr) < count) {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] platforms: powermac: "foo* bar" replace with "foo *bar"
       [not found] <tencent_C5AA0B2A51C60188B468D96BC7CF03051809@qq.com>
@ 2023-07-19  9:01 ` hanyu001
  0 siblings, 0 replies; 2+ messages in thread
From: hanyu001 @ 2023-07-19  9:01 UTC (permalink / raw)
  To: benh, mpe, npiggin, christophe.leroy; +Cc: linuxppc-dev, linux-kernel

Fix below checkpatch error:

/platforms/powermac/pfunc_core.c: ERROR: "foo* bar" should be "foo *bar"

Signed-off-by: Yu Han <hanyu001@208suo.com>
---
  arch/powerpc/platforms/powermac/pfunc_core.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/platforms/powermac/pfunc_core.c 
b/arch/powerpc/platforms/powermac/pfunc_core.c
index 07555c1bb484..7d01352a69f5 100644
--- a/arch/powerpc/platforms/powermac/pfunc_core.c
+++ b/arch/powerpc/platforms/powermac/pfunc_core.c
@@ -105,7 +105,7 @@ static u32 pmf_next32(struct pmf_cmd *cmd)
      return value;
  }

-static const void* pmf_next_blob(struct pmf_cmd *cmd, int count)
+static const void *pmf_next_blob(struct pmf_cmd *cmd, int count)
  {
      const void *value;
      if ((cmd->cmdend - cmd->cmdptr) < count) {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-19  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <tencent_F5ACD262BC92A89156BA56E9FC5300BE1A05@qq.com>
2023-07-19  8:53 ` [PATCH] platforms: powermac: "foo* bar" replace with "foo *bar" hanyu001
     [not found] <tencent_C5AA0B2A51C60188B468D96BC7CF03051809@qq.com>
2023-07-19  9:01 ` 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).