Re: [PATCH -next] seccomp: Fix a typo in seccomp.c

2021-03-30 Thread Kees Cook
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

[PATCH -next] seccomp: Fix a typo in seccomp.c

2021-03-30 Thread Cui GaoSheng
Do a trivial typo fix. s/cachable/cacheable Reported-by: Hulk Robot Signed-off-by: Cui GaoSheng --- 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 +++