projects
/
users
/
dwmw2
/
linux.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e4532d
)
s390/syscalls: remove trailing semicolon
author
Heiko Carstens <hca@linux.ibm.com>
Mon, 23 Jan 2023 13:30:45 +0000
(14:30 +0100)
committer
Heiko Carstens <hca@linux.ibm.com>
Wed, 25 Jan 2023 19:51:11 +0000
(20:51 +0100)
Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/syscall_wrapper.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/syscall_wrapper.h
b/arch/s390/include/asm/syscall_wrapper.h
index 64e2dd1030806873197396533cd04abc0d903d8a..8007d9ebdab4e9afc70228349c3b5af7a025fe6c 100644
(file)
--- a/
arch/s390/include/asm/syscall_wrapper.h
+++ b/
arch/s390/include/asm/syscall_wrapper.h
@@
-133,7
+133,7
@@
cond_syscall(__s390x_sys_##name)
#define SYS_NI(name) \
- SYSCALL_ALIAS(__s390x_sys_##name, sys_ni_posix_timers)
;
+ SYSCALL_ALIAS(__s390x_sys_##name, sys_ni_posix_timers)
#define __S390_SYS_STUBx(x, fullname, name, ...)