[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210331030724.84419-1-cuigaosheng1@huawei.com>
Date: Tue, 30 Mar 2021 23:07:24 -0400
From: Cui GaoSheng <cuigaosheng1@...wei.com>
To: <keescook@...omium.org>, <luto@...capital.net>, <wad@...omium.org>,
<yifeifz2@...inois.edu>
CC: <linux-kernel@...r.kernel.org>, <wangweiyang2@...wei.com>
Subject: [PATCH -next] seccomp: Fix a typo in seccomp.c
Do a trivial typo fix.
s/cachable/cacheable
Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: Cui GaoSheng <cuigaosheng1@...wei.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
Powered by blists - more mailing lists