Skip to content

Commit 3f069c4

Browse files
committed
apparmor: Fix kernel-doc header for verify_dfa_accept_index
Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: John Johansen <[email protected]>
1 parent ec6851a commit 3f069c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/apparmor/policy_unpack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ static int verify_header(struct aa_ext *e, int required, const char **ns)
11541154
}
11551155

11561156
/**
1157-
* verify_dfa_accept_xindex - verify accept indexes are in range of perms table
1157+
* verify_dfa_accept_index - verify accept indexes are in range of perms table
11581158
* @dfa: the dfa to check accept indexes are in range
11591159
* table_size: the permission table size the indexes should be within
11601160
*/

0 commit comments

Comments
 (0)