[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20230818012658.12262-1-guozihua@huawei.com>
Date: Fri, 18 Aug 2023 09:26:58 +0800
From: GUO Zihua <guozihua@...wei.com>
To: <keescook@...omium.org>
CC: <luto@...capital.net>, <wad@...omium.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH -next] seccomp: Fix comment on requests
Fixed the comment on requests.
Signed-off-by: GUO Zihua <guozihua@...wei.com>
---
kernel/seccomp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/seccomp.c b/kernel/seccomp.c
index d3fdc0086168..7673aa3930dc 100644
--- a/kernel/seccomp.c
+++ b/kernel/seccomp.c
@@ -138,7 +138,7 @@ struct seccomp_kaddfd {
* structure is fairly large, we store the notification-specific stuff in a
* separate structure.
*
- * @request: A semaphore that users of this notification can wait on for
+ * @requests: A atomic that users of this notification can wait on for
* changes. Actual reads and writes are still controlled with
* filter->notify_lock.
* @next_id: The id of the next request.
--
2.17.1
Powered by blists - more mailing lists