apparmor: Fix kernel-doc header for verify_dfa_accept_index
authorJohn Johansen <john.johansen@canonical.com>
Wed, 21 Jun 2023 09:04:58 +0000 (02:04 -0700)
committerJohn Johansen <john.johansen@canonical.com>
Thu, 6 Jul 2023 18:12:10 +0000 (11:12 -0700)
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>
security/apparmor/policy_unpack.c

index f171f8a..35ec2d9 100644 (file)
@@ -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
  */