From: Gaosheng Cui Date: Sun, 25 Jun 2023 01:13:48 +0000 (+0800) Subject: apparmor: Fix kernel-doc warnings in apparmor/policy_compat.c X-Git-Tag: block-6.7-2023-11-10~32^2~25 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=2520d61c500b26a4adc0af430c0316e99e1000b9;p=linux-block.git 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 Signed-off-by: John Johansen --- 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 */