* [PATCH] parisc: kernel: "foo * bar" should be "foo *bar" [not found] <tencent_2E6F87E6BC1B92D422B02265685D90AFAD06@qq.com> @ 2023-07-20 6:14 ` hanyu001 0 siblings, 0 replies; 2+ messages in thread From: hanyu001 @ 2023-07-20 6:14 UTC (permalink / raw) To: James.Bottomley, deller; +Cc: linux-parisc, linux-kernel This patch fixes the checkpatch.pl error ./arch/parisc/kernel/sys_parisc32.c:29: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Yu Han <hanyu001@208suo.com> --- arch/parisc/kernel/sys_parisc32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/parisc/kernel/sys_parisc32.c b/arch/parisc/kernel/sys_parisc32.c index 2a12a54..abe87d2 100644 --- a/arch/parisc/kernel/sys_parisc32.c +++ b/arch/parisc/kernel/sys_parisc32.c @@ -26,7 +26,7 @@ asmlinkage long sys32_unimplemented(int r26, int r25, int r24, int r23, asmlinkage long sys32_fanotify_mark(compat_int_t fanotify_fd, compat_uint_t flags, compat_uint_t mask0, compat_uint_t mask1, compat_int_t dfd, - const char __user * pathname) + const char __user *pathname) { return sys_fanotify_mark(fanotify_fd, flags, ((__u64)mask1 << 32) | mask0, ^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <tencent_30B748128B938A55A13C4143B6101D6BF308@qq.com>]
* [PATCH] parisc: kernel: "foo * bar" should be "foo *bar" [not found] <tencent_30B748128B938A55A13C4143B6101D6BF308@qq.com> @ 2023-07-20 6:21 ` hanyu001 0 siblings, 0 replies; 2+ messages in thread From: hanyu001 @ 2023-07-20 6:21 UTC (permalink / raw) To: James.Bottomley, deller; +Cc: linux-parisc, linux-kernel 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 ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-20 6:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <tencent_2E6F87E6BC1B92D422B02265685D90AFAD06@qq.com>
2023-07-20 6:14 ` [PATCH] parisc: kernel: "foo * bar" should be "foo *bar" hanyu001
[not found] <tencent_30B748128B938A55A13C4143B6101D6BF308@qq.com>
2023-07-20 6:21 ` hanyu001
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
Powered by JetHome