projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64bdc02
)
seccomp: Fix "cacheable" typo in comments
author
Cui GaoSheng
<cuigaosheng1@huawei.com>
Wed, 31 Mar 2021 03:07:24 +0000
(23:07 -0400)
committer
Kees Cook
<keescook@chromium.org>
Wed, 31 Mar 2021 05:34:30 +0000
(22:34 -0700)
Do a trivial typo fix: s/cachable/cacheable/
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Cui GaoSheng <cuigaosheng1@huawei.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link:
https://lore.kernel.org/r/20210331030724.84419-1-cuigaosheng1@huawei.com
kernel/seccomp.c
patch
|
blob
|
history
diff --git
a/kernel/seccomp.c
b/kernel/seccomp.c
index 1d60fc2c99871e83ed69e9558506f503e4cacefc..1e63db4dbd9a8cdaf7c9392a6ab091f2f02e008c 100644
(file)
--- a/
kernel/seccomp.c
+++ b/
kernel/seccomp.c
@@
-817,7
+817,7
@@
static void seccomp_cache_prepare_bitmap(struct seccomp_filter *sfilter,
}
/**
- * seccomp_cache_prepare - emulate the filter to find cachable syscalls
+ * seccomp_cache_prepare - emulate the filter to find cach
e
able syscalls
* @sfilter: The seccomp filter
*
* Returns 0 if successful or -errno if error occurred.