Skip to content

Commit

Permalink
apparmor: Fix kernel-doc warnings in apparmor/policy_compat.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gaosheng Cui authored and John Johansen committed Jul 10, 2023
1 parent f8fce89 commit 2520d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/apparmor/policy_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 2520d61

Please sign in to comment.