summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2023-06-25 09:13:48 +0800
committerJohn Johansen <john.johansen@canonical.com>2023-07-10 01:16:05 -0700
commit2520d61c500b26a4adc0af430c0316e99e1000b9 (patch)
tree7b9afb4f46c91ba7acdcf6bac9f4f9da0a5a7126 /security
parentf8fce898e5571846aa1e74385f18691ccfa3ed28 (diff)
downloadlinux-2520d61c500b26a4adc0af430c0316e99e1000b9.tar.gz
linux-2520d61c500b26a4adc0af430c0316e99e1000b9.tar.bz2
linux-2520d61c500b26a4adc0af430c0316e99e1000b9.zip
apparmor: Fix kernel-doc warnings in apparmor/policy_compat.c
Fix kernel-doc warnings: security/apparmor/policy_compat.c:151: warning: Function parameter or member 'size' not described in 'compute_fperms' Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security')
-rw-r--r--security/apparmor/policy_compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/apparmor/policy_compat.c b/security/apparmor/policy_compat.c
index 0cb02da8a319..18e4ddccf623 100644
--- a/security/apparmor/policy_compat.c
+++ b/security/apparmor/policy_compat.c
@@ -143,6 +143,7 @@ static struct aa_perms compute_fperms_other(struct aa_dfa *dfa,
* compute_fperms - convert dfa compressed perms to internal perms and store
* them so they can be retrieved later.
* @dfa: a dfa using fperms to remap to internal permissions
+ * @size: the permission table size
*
* Returns: remapped perm table
*/