From: Cui GaoSheng Date: Wed, 31 Mar 2021 03:07:24 +0000 (-0400) Subject: seccomp: Fix "cacheable" typo in comments X-Git-Tag: v5.13-rc1~148^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3fc712c5b37aec802438fe0de095d7f6f3827a3;p=thirdparty%2Fkernel%2Flinux.git seccomp: Fix "cacheable" typo in comments Do a trivial typo fix: s/cachable/cacheable/ Reported-by: Hulk Robot Signed-off-by: Cui GaoSheng Signed-off-by: Kees Cook Link: https://lore.kernel.org/r/20210331030724.84419-1-cuigaosheng1@huawei.com --- diff --git a/kernel/seccomp.c b/kernel/seccomp.c index 1d60fc2c99871..1e63db4dbd9a8 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.