diff options
author | Christian Göttsche <cgzones@googlemail.com> | 2024-03-15 13:54:10 +0100 |
---|---|---|
committer | Kees Cook <kees@kernel.org> | 2024-06-06 11:40:28 -0700 |
commit | f7d3b1ffc654b0435ac2c9c02a72fb2752bdb0fd (patch) | |
tree | dc0cb648fd24624b6215f1538c6a753b7281bc64 /security | |
parent | 0ee14725471cea66e03e3cd4f4c582d759de502c (diff) |
yama: document function parameter
Document the unused function parameter of yama_relation_cleanup() to
please kernel doc warnings.
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Reviewed-by: Paul Moore <paul@paul-moore.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20240315125418.273104-2-cgzones@googlemail.com
Signed-off-by: Kees Cook <kees@kernel.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/yama/yama_lsm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/yama/yama_lsm.c b/security/yama/yama_lsm.c index b6684a074a59..39944a859ff6 100644 --- a/security/yama/yama_lsm.c +++ b/security/yama/yama_lsm.c @@ -111,6 +111,7 @@ static void report_access(const char *access, struct task_struct *target, /** * yama_relation_cleanup - remove invalid entries from the relation list + * @work: unused * */ static void yama_relation_cleanup(struct work_struct *work) |