2023-08-18 08:10:24

by GUO Zihua

[permalink] [raw]
Subject: [PATCH -next] seccomp: Fix comment on requests

Fixed the comment on requests.

Signed-off-by: GUO Zihua <[email protected]>
---
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