From: Gaosheng Cui Date: Sun, 25 Jun 2023 01:13:40 +0000 (+0800) Subject: apparmor: Fix kernel-doc warnings in apparmor/capability.c X-Git-Tag: v6.7-rc1~81^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c98c8972feb3bdf2e197e63403305176217c78a7;p=thirdparty%2Fkernel%2Flinux.git apparmor: Fix kernel-doc warnings in apparmor/capability.c Fix kernel-doc warnings: security/apparmor/capability.c:45: warning: Function parameter or member 'ab' not described in 'audit_cb' security/apparmor/capability.c:45: warning: Function parameter or member 'va' not described in 'audit_cb' Signed-off-by: Gaosheng Cui Signed-off-by: John Johansen --- diff --git a/security/apparmor/capability.c b/security/apparmor/capability.c index 326a51838ef28..8ebf0fcb796c7 100644 --- a/security/apparmor/capability.c +++ b/security/apparmor/capability.c @@ -38,8 +38,8 @@ static DEFINE_PER_CPU(struct audit_cache, audit_cache); /** * audit_cb - call back for capability components of audit struct - * @ab - audit buffer (NOT NULL) - * @va - audit struct to audit data from (NOT NULL) + * @ab: audit buffer (NOT NULL) + * @va: audit struct to audit data from (NOT NULL) */ static void audit_cb(struct audit_buffer *ab, void *va) {