From: Gaosheng Cui Date: Sun, 25 Jun 2023 01:13:39 +0000 (+0800) Subject: apparmor: Fix kernel-doc warnings in apparmor/audit.c X-Git-Tag: v6.7-rc1~81^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26c9ecb34f5f5fa43c041a220de01d7cbea97dd0;p=thirdparty%2Fkernel%2Flinux.git apparmor: Fix kernel-doc warnings in apparmor/audit.c Fix kernel-doc warnings: security/apparmor/audit.c:150: warning: Function parameter or member 'type' not described in 'aa_audit_msg' Signed-off-by: Gaosheng Cui Signed-off-by: John Johansen --- diff --git a/security/apparmor/audit.c b/security/apparmor/audit.c index 5a7978aa4b19e..a3db0f8bd4f85 100644 --- a/security/apparmor/audit.c +++ b/security/apparmor/audit.c @@ -142,6 +142,7 @@ static void audit_pre(struct audit_buffer *ab, void *ca) /** * aa_audit_msg - Log a message to the audit subsystem + * @type: audit type for the message * @sa: audit event structure (NOT NULL) * @cb: optional callback fn for type specific fields (MAYBE NULL) */