mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
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>
This commit is contained in:
parent
13c1748e21
commit
f8fce898e5
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user