Commit 3f069c4c authored by John Johansen's avatar John Johansen
Browse files

apparmor: Fix kernel-doc header for verify_dfa_accept_index

parent ec6851ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1154,7 +1154,7 @@ static int verify_header(struct aa_ext *e, int required, const char **ns)
}

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