From: John Johansen Date: Wed, 21 Jun 2023 09:04:58 +0000 (-0700) Subject: apparmor: Fix kernel-doc header for verify_dfa_accept_index X-Git-Tag: v6.6.7~2400^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f069c4c643225f2b96b4b3f8c30e4445f079d2e;p=platform%2Fkernel%2Flinux-starfive.git apparmor: Fix kernel-doc header for verify_dfa_accept_index Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202306141934.UKmM9bFX-lkp@intel.com/ Signed-off-by: John Johansen --- diff --git a/security/apparmor/policy_unpack.c b/security/apparmor/policy_unpack.c index f171f8a..35ec2d9 100644 --- a/security/apparmor/policy_unpack.c +++ b/security/apparmor/policy_unpack.c @@ -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 */