All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] s390: Fix typo in syscall_wrapper.h
@ 2022-03-04  9:01 Russell Currey
  2022-03-16 19:01 ` Heiko Carstens
  0 siblings, 1 reply; 2+ messages in thread
From: Russell Currey @ 2022-03-04  9:01 UTC (permalink / raw)
  To: linux-s390; +Cc: svens, Russell Currey

Looks like this endif comment was erroneously unchanged when copied over
from the x86 version.

Signed-off-by: Russell Currey <ruscur@russell.cc>
---
 arch/s390/include/asm/syscall_wrapper.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/s390/include/asm/syscall_wrapper.h b/arch/s390/include/asm/syscall_wrapper.h
index ad2c996e7e93..fde7e6b1df48 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 */
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] s390: Fix typo in syscall_wrapper.h
  2022-03-04  9:01 [PATCH] s390: Fix typo in syscall_wrapper.h Russell Currey
@ 2022-03-16 19:01 ` Heiko Carstens
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Carstens @ 2022-03-16 19:01 UTC (permalink / raw)
  To: Russell Currey; +Cc: linux-s390, svens

On Fri, Mar 04, 2022 at 07:01:09PM +1000, Russell Currey wrote:
> Looks like this endif comment was erroneously unchanged when copied over
> from the x86 version.
> 
> Signed-off-by: Russell Currey <ruscur@russell.cc>
> ---
>  arch/s390/include/asm/syscall_wrapper.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-16 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04  9:01 [PATCH] s390: Fix typo in syscall_wrapper.h Russell Currey
2022-03-16 19:01 ` Heiko Carstens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.