summaryrefslogtreecommitdiff
path: root/include/linux/entry-common.h
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2020-09-19 01:09:36 -0700
committerBorislav Petkov <bp@suse.de>2020-09-22 18:24:46 +0200
commit900ffe39fec908e0aa26a30612e43ebc7140db79 (patch)
treeed0ab3aeced687ebbe3c6761243721dec629039d /include/linux/entry-common.h
parent93921baa3f6ff77e57d7e772165aa7bd709b5387 (diff)
x86/entry: Fix typo in comments for syscall_enter_from_user_mode()
Just to help myself and others with finding the correct function names, fix a typo for "usermode" vs "user_mode". Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200919080936.259819-1-keescook@chromium.org
Diffstat (limited to 'include/linux/entry-common.h')
-rw-r--r--include/linux/entry-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/entry-common.h b/include/linux/entry-common.h
index efebbffcd5cc..3b6754d5a604 100644
--- a/include/linux/entry-common.h
+++ b/include/linux/entry-common.h
@@ -38,7 +38,7 @@
#endif
/*
- * TIF flags handled in syscall_enter_from_usermode()
+ * TIF flags handled in syscall_enter_from_user_mode()
*/
#ifndef ARCH_SYSCALL_ENTER_WORK
# define ARCH_SYSCALL_ENTER_WORK (0)