Skip to content

Commit

Permalink
s390: fix typo in syscall_wrapper.h
Browse files Browse the repository at this point in the history
Looks like this endif comment was erroneously unchanged when copied over
from the x86 version.

Signed-off-by: Russell Currey <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
  • Loading branch information
ruscur authored and Vasily Gorbik committed Mar 27, 2022
1 parent 0f210fb commit 6ffbeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/s390/include/asm/syscall_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 6ffbeb3

Please sign in to comment.