summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2023-06-25 09:13:47 +0800
committerJohn Johansen <john.johansen@canonical.com>2023-07-10 01:15:41 -0700
commitf8fce898e5571846aa1e74385f18691ccfa3ed28 (patch)
treefc5236d8b22bed9a8861a0b20a9dedbe846011cc /security
parent13c1748e217078d437727eef333cb0387d13bc0e (diff)
downloadlinux-stable-f8fce898e5571846aa1e74385f18691ccfa3ed28.tar.gz
linux-stable-f8fce898e5571846aa1e74385f18691ccfa3ed28.tar.bz2
linux-stable-f8fce898e5571846aa1e74385f18691ccfa3ed28.zip
apparmor: Fix kernel-doc warnings in apparmor/policy_unpack.c
Fix kernel-doc warnings: security/apparmor/policy_unpack.c:1173: warning: Function parameter or member 'table_size' not described in 'verify_dfa_accept_index' Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security')
-rw-r--r--security/apparmor/policy_unpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/policy_unpack.c b/security/apparmor/policy_unpack.c
index 694fb7a09962..d2d740bb5618 100644
--- a/security/apparmor/policy_unpack.c
+++ b/security/apparmor/policy_unpack.c
@@ -1167,7 +1167,7 @@ static int verify_header(struct aa_ext *e, int required, const char **ns)
/**
* 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
+ * @table_size: the permission table size the indexes should be within
*/
static bool verify_dfa_accept_index(struct aa_dfa *dfa, int table_size)
{