[<prev] [next>] [day] [month] [year] [list]
Message-ID: <ead1920f07ad9b7e0a0c7667ba3ee93a@208suo.com>
Date: Wed, 19 Jul 2023 16:53:48 +0800
From: hanyu001@...suo.com
To: benh@...nel.crashing.org, mpe@...erman.id.au, npiggin@...il.com,
christophe.leroy@...roup.eu, robh@...nel.org
Cc: linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: [PATCH] platforms: powermac: "foo* bar" replace with "foo *bar"
Fix below checkpatch error:
/platforms/powermac/pfunc_core.c: ERROR: "foo* bar" should be "foo *bar"
Signed-off-by: Yu Han <hanyu001@...suo.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) {
Powered by blists - more mailing lists