Skip to content

Commit 6ffbeb3

Browse files
ruscurVasily Gorbik
authored andcommitted
s390: fix typo in syscall_wrapper.h
Looks like this endif comment was erroneously unchanged when copied over from the x86 version. Signed-off-by: Russell Currey <ruscur@russell.cc> Link: https://lore.kernel.org/r/20220304090109.29386-1-ruscur@russell.cc Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
1 parent 0f210fb commit 6ffbeb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/s390/include/asm/syscall_wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@
162162
__diag_pop(); \
163163
static inline long __do_sys##name(__MAP(x,__SC_DECL,__VA_ARGS__))
164164

165-
#endif /* _ASM_X86_SYSCALL_WRAPPER_H */
165+
#endif /* _ASM_S390_SYSCALL_WRAPPER_H */

0 commit comments

Comments
 (0)