Skip to content

Commit 3f069c4

Browse files
committed
apparmor: Fix kernel-doc header for verify_dfa_accept_index
Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202306141934.UKmM9bFX-lkp@intel.com/ Signed-off-by: John Johansen <john.johansen@canonical.com>
1 parent ec6851a commit 3f069c4

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
@@ -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)