Commit f7d3b1ff authored by Christian Göttsche's avatar Christian Göttsche Committed by Kees Cook

yama: document function parameter

Document the unused function parameter of yama_relation_cleanup() to
please kernel doc warnings.
Signed-off-by: default avatarChristian Göttsche <cgzones@googlemail.com>
Reviewed-by: default avatarPaul Moore <paul@paul-moore.com>
Reviewed-by: default avatarKees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20240315125418.273104-2-cgzones@googlemail.comSigned-off-by: default avatarKees Cook <kees@kernel.org>
parent 0ee14725
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment