Skip to content

Commit f8fce89

Browse files
gscuijrjohansen
authored andcommitted
apparmor: Fix kernel-doc warnings in apparmor/policy_unpack.c
Fix kernel-doc warnings: security/apparmor/policy_unpack.c:1173: warning: Function parameter or member 'table_size' not described in 'verify_dfa_accept_index' Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
1 parent 13c1748 commit f8fce89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security/apparmor/policy_unpack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ static int verify_header(struct aa_ext *e, int required, const char **ns)
11671167
/**
11681168
* verify_dfa_accept_index - verify accept indexes are in range of perms table
11691169
* @dfa: the dfa to check accept indexes are in range
1170-
* table_size: the permission table size the indexes should be within
1170+
* @table_size: the permission table size the indexes should be within
11711171
*/
11721172
static bool verify_dfa_accept_index(struct aa_dfa *dfa, int table_size)
11731173
{

0 commit comments

Comments
 (0)