Skip to content

Commit 2520d61

Browse files
gscuijrjohansen
authored andcommitted
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>
1 parent f8fce89 commit 2520d61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

security/apparmor/policy_compat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ static struct aa_perms compute_fperms_other(struct aa_dfa *dfa,
143143
* compute_fperms - convert dfa compressed perms to internal perms and store
144144
* them so they can be retrieved later.
145145
* @dfa: a dfa using fperms to remap to internal permissions
146+
* @size: the permission table size
146147
*
147148
* Returns: remapped perm table
148149
*/

0 commit comments

Comments
 (0)