summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/arch-x86_64.h
diff options
context:
space:
mode:
authorZhangjin Wu <falcon@tinylab.org>2023-07-16 02:17:43 +0800
committerWilly Tarreau <w@1wt.eu>2023-08-23 04:40:22 +0200
commit20233498359a29f7b2ff4e8fbdb0a1a7c8d5744c (patch)
treea693038969f50277446fa935ba6ae5ebbb8d1f61 /tools/include/nolibc/arch-x86_64.h
parentceb528feb7c89c9ef1e25e00494db9c6866cd4c3 (diff)
downloadlinux-20233498359a29f7b2ff4e8fbdb0a1a7c8d5744c.tar.gz
linux-20233498359a29f7b2ff4e8fbdb0a1a7c8d5744c.tar.bz2
linux-20233498359a29f7b2ff4e8fbdb0a1a7c8d5744c.zip
tools/nolibc: arch-*.h: add missing space after ','
Fix up such errors reported by scripts/checkpatch.pl: ERROR: space required after that ',' (ctx:VxV) #148: FILE: tools/include/nolibc/arch-aarch64.h:148: +void __attribute__((weak,noreturn,optimize("omit-frame-pointer"))) __no_stack_protector _start(void) ^ ERROR: space required after that ',' (ctx:VxV) #148: FILE: tools/include/nolibc/arch-aarch64.h:148: +void __attribute__((weak,noreturn,optimize("omit-frame-pointer"))) __no_stack_protector _start(void) ^ Signed-off-by: Zhangjin Wu <falcon@tinylab.org> Signed-off-by: Willy Tarreau <w@1wt.eu>
Diffstat (limited to 'tools/include/nolibc/arch-x86_64.h')
-rw-r--r--tools/include/nolibc/arch-x86_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/include/nolibc/arch-x86_64.h b/tools/include/nolibc/arch-x86_64.h
index e69113742a99..fb00ab2e9274 100644
--- a/tools/include/nolibc/arch-x86_64.h
+++ b/tools/include/nolibc/arch-x86_64.h
@@ -190,7 +190,7 @@ const unsigned long *_auxv __attribute__((weak));
* 2) The deepest stack frame should be zero (the %rbp).
*
*/
-void __attribute__((weak,noreturn,optimize("omit-frame-pointer"))) __no_stack_protector _start(void)
+void __attribute__((weak, noreturn, optimize("omit-frame-pointer"))) __no_stack_protector _start(void)
{
__asm__ volatile (
#ifdef _NOLIBC_STACKPROTECTOR