diff options
author | Christian Göttsche <[email protected]> | 2024-03-15 13:54:10 +0100 |
---|---|---|
committer | Kees Cook <[email protected]> | 2024-06-06 11:40:28 -0700 |
commit | f7d3b1ffc654b0435ac2c9c02a72fb2752bdb0fd (patch) | |
tree | dc0cb648fd24624b6215f1538c6a753b7281bc64 | |
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 <[email protected]>
Reviewed-by: Paul Moore <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Kees Cook <[email protected]>
-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) |