* [PATCH] arm64:Remove trailing semicolon in macros
[not found] <tencent_86E391FD1561C2F9983EBCDFCC18FAE4E00A@qq.com>
@ 2023-07-14 6:04 ` chenqingyun001
0 siblings, 0 replies; only message in thread
From: chenqingyun001 @ 2023-07-14 6:04 UTC (permalink / raw)
To: catalin.marinas, will; +Cc: linux-kernel
Macros should not use a trailing semicolon.
Signed-off-by: Qingyun Chen <chenqingyun001@208suo.com>
---
arch/arm64/kernel/sys32.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/kernel/sys32.c b/arch/arm64/kernel/sys32.c
index fc40386afb1b..3557c210c7d7 100644
--- a/arch/arm64/kernel/sys32.c
+++ b/arch/arm64/kernel/sys32.c
@@ -123,7 +123,7 @@ COMPAT_SYSCALL_DEFINE6(aarch32_fallocate, int, fd,
int, mode,
}
#undef __SYSCALL
-#define __SYSCALL(nr, sym) asmlinkage long __arm64_##sym(const
struct pt_regs *);
+#define __SYSCALL(nr, sym) asmlinkage long __arm64_##sym(const
struct pt_regs *)
#include <asm/unistd32.h>
#undef __SYSCALL
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-14 6:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <tencent_86E391FD1561C2F9983EBCDFCC18FAE4E00A@qq.com>
2023-07-14 6:04 ` [PATCH] arm64:Remove trailing semicolon in macros chenqingyun001
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®