From: Christian Göttsche Date: Fri, 15 Mar 2024 12:54:10 +0000 (+0100) Subject: yama: document function parameter X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f7d3b1ffc654b0435ac2c9c02a72fb2752bdb0fd;p=users%2Fjedix%2Flinux-maple.git yama: document function parameter Document the unused function parameter of yama_relation_cleanup() to please kernel doc warnings. Signed-off-by: Christian Göttsche Reviewed-by: Paul Moore Reviewed-by: Kees Cook Link: https://lore.kernel.org/r/20240315125418.273104-2-cgzones@googlemail.com Signed-off-by: Kees Cook --- 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)