Commit 753150ad authored by Randy Dunlap's avatar Randy Dunlap Committed by Vineet Gupta

ARC: thread_info.h: correct two typos in a comment

Fix typos of "separately" and "remains".
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Suggested-by: Matthew Wilcox <willy@infradead.org> # "remains"
Cc: Vineet Gupta <vgupta@kernel.org>
Cc: linux-snps-arc@lists.infradead.org
Signed-off-by: default avatarVineet Gupta <vineetg@rivosinc.com>
parent fc74e0a4
...@@ -99,8 +99,8 @@ static inline __attribute_const__ struct thread_info *current_thread_info(void) ...@@ -99,8 +99,8 @@ static inline __attribute_const__ struct thread_info *current_thread_info(void)
/* /*
* _TIF_ALLWORK_MASK includes SYSCALL_TRACE, but we don't need it. * _TIF_ALLWORK_MASK includes SYSCALL_TRACE, but we don't need it.
* SYSCALL_TRACE is anyway seperately/unconditionally tested right after a * SYSCALL_TRACE is anyway separately/unconditionally tested right after a
* syscall, so all that reamins to be tested is _TIF_WORK_MASK * syscall, so all that remains to be tested is _TIF_WORK_MASK
*/ */
#endif /* _ASM_THREAD_INFO_H */ #endif /* _ASM_THREAD_INFO_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment