From: chenqingyun001@208suo.com
To: catalin.marinas@arm.com, will@kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] arm64:Remove trailing semicolon in macros
Date: Fri, 14 Jul 2023 14:04:54 +0800 [thread overview]
Message-ID: <ee66d6ee28e89aeb6272287ab3b321a9@208suo.com> (raw)
In-Reply-To: <tencent_86E391FD1561C2F9983EBCDFCC18FAE4E00A@qq.com>
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
parent reply other threads:[~2023-07-14 6:05 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <tencent_86E391FD1561C2F9983EBCDFCC18FAE4E00A@qq.com>]
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=ee66d6ee28e89aeb6272287ab3b321a9@208suo.com \
--to=chenqingyun001@208suo.com \
--cc=catalin.marinas@arm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=will@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®