[PATCH -next] seccomp: Fix comment on requests

GUO Zihua posted 1 patch 2 years, 4 months ago
kernel/seccomp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH -next] seccomp: Fix comment on requests
Posted by GUO Zihua 2 years, 4 months ago
Fixed the comment on requests.

Signed-off-by: GUO Zihua <guozihua@huawei.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