All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] seccomp: Fix a typo in seccomp.c
@ 2021-03-31  3:07 Cui GaoSheng
  2021-03-31  5:45 ` Kees Cook
  0 siblings, 1 reply; 2+ messages in thread
From: Cui GaoSheng @ 2021-03-31  3:07 UTC (permalink / raw)
  To: keescook, luto, wad, yifeifz2; +Cc: linux-kernel, wangweiyang2

Do a trivial typo fix.
s/cachable/cacheable

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Cui GaoSheng <cuigaosheng1@huawei.com>
---
 kernel/seccomp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/seccomp.c b/kernel/seccomp.c
index 1d60fc2c9987..1e63db4dbd9a 100644
--- 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 cacheable syscalls
  * @sfilter: The seccomp filter
  *
  * Returns 0 if successful or -errno if error occurred.
-- 
2.30.0


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

* Re: [PATCH -next] seccomp: Fix a typo in seccomp.c
  2021-03-31  3:07 [PATCH -next] seccomp: Fix a typo in seccomp.c Cui GaoSheng
@ 2021-03-31  5:45 ` Kees Cook
  0 siblings, 0 replies; 2+ messages in thread
From: Kees Cook @ 2021-03-31  5:45 UTC (permalink / raw)
  To: luto, wad, yifeifz2, Cui GaoSheng; +Cc: Kees Cook, linux-kernel, wangweiyang2

On Tue, 30 Mar 2021 23:07:24 -0400, Cui GaoSheng wrote:
> Do a trivial typo fix.
> s/cachable/cacheable

Applied to for-next/seccomp, thanks!

[1/1] seccomp: Fix "cacheable" typo in comments
      https://git.kernel.org/kees/c/a3fc712c5b37

-- 
Kees Cook


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

end of thread, other threads:[~2021-03-31  5:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31  3:07 [PATCH -next] seccomp: Fix a typo in seccomp.c Cui GaoSheng
2021-03-31  5:45 ` Kees Cook

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.