From: hanyu001@208suo.com
To: James.Bottomley@HansenPartnership.com, deller@gmx.de
Cc: linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] parisc: kernel: "foo * bar" should be "foo *bar"
Date: Thu, 20 Jul 2023 14:21:19 +0800 [thread overview]
Message-ID: <e619510596477a54133a005be0a7e665@208suo.com> (raw)
In-Reply-To: <tencent_30B748128B938A55A13C4143B6101D6BF308@qq.com>
This patch fixes the checkpatch.pl error:
./arch/parisc/kernel/parisc_ksyms.c:107: ERROR: "foo * bar" should be
"foo *bar"
Signed-off-by: Yu Han<hanyu001@208suo.com>
---
arch/parisc/kernel/parisc_ksyms.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/parisc/kernel/parisc_ksyms.c
b/arch/parisc/kernel/parisc_ksyms.c
index 00297e8..c1a11493 100644
--- a/arch/parisc/kernel/parisc_ksyms.c
+++ b/arch/parisc/kernel/parisc_ksyms.c
@@ -104,7 +104,7 @@
EXPORT_SYMBOL(__muldi3);
EXPORT_SYMBOL(__ucmpdi2);
-asmlinkage void * __canonicalize_funcptr_for_compare(void *);
+asmlinkage void *__canonicalize_funcptr_for_compare(void *);
EXPORT_SYMBOL(__canonicalize_funcptr_for_compare);
#ifdef CONFIG_64BIT
next parent reply other threads:[~2023-07-20 6:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <tencent_30B748128B938A55A13C4143B6101D6BF308@qq.com>
2023-07-20 6:21 ` hanyu001 [this message]
[not found] <tencent_2E6F87E6BC1B92D422B02265685D90AFAD06@qq.com>
2023-07-20 6:14 ` hanyu001
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=e619510596477a54133a005be0a7e665@208suo.com \
--to=hanyu001@208suo.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=deller@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@vger.kernel.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
all inboxes | Powered by JetHome®