lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 14 Jul 2023 14:04:54 +0800
From:   chenqingyun001@...suo.com
To:     catalin.marinas@....com, will@...nel.org
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH]  arm64:Remove trailing semicolon in macros

Macros should not use a trailing semicolon.

Signed-off-by: Qingyun Chen <chenqingyun001@...suo.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ