diff options
author | John Johansen <john.johansen@canonical.com> | 2023-06-21 02:04:58 -0700 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2023-07-06 11:12:10 -0700 |
commit | 3f069c4c643225f2b96b4b3f8c30e4445f079d2e (patch) | |
tree | 50831016b721755cf6216f0b2687e37ab0373b04 /security | |
parent | ec6851ae0ab4587e610e260ddda75f92f3389f91 (diff) |
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>
Diffstat (limited to 'security')
-rw-r--r-- | security/apparmor/policy_unpack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/policy_unpack.c b/security/apparmor/policy_unpack.c index f171f8a8ebd5..35ec2d9b6064 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 */ |