From: Russell Currey Date: Fri, 4 Mar 2022 09:01:09 +0000 (+1000) Subject: s390: fix typo in syscall_wrapper.h X-Git-Tag: v6.6.17~7825^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ffbeb3fac9d1518109b4adfbe605028883fb181;p=platform%2Fkernel%2Flinux-rpi.git 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 Link: https://lore.kernel.org/r/20220304090109.29386-1-ruscur@russell.cc Signed-off-by: Heiko Carstens Signed-off-by: Vasily Gorbik --- diff --git a/arch/s390/include/asm/syscall_wrapper.h b/arch/s390/include/asm/syscall_wrapper.h index ad2c996..fde7e6b 100644 --- a/arch/s390/include/asm/syscall_wrapper.h +++ b/arch/s390/include/asm/syscall_wrapper.h @@ -162,4 +162,4 @@ __diag_pop(); \ static inline long __do_sys##name(__MAP(x,__SC_DECL,__VA_ARGS__)) -#endif /* _ASM_X86_SYSCALL_WRAPPER_H */ +#endif /* _ASM_S390_SYSCALL_WRAPPER_H */