apparmor: Fix kernel-doc warnings in apparmor/resource.c
authorGaosheng Cui <cuigaosheng1@huawei.com>
Sun, 25 Jun 2023 01:13:46 +0000 (09:13 +0800)
committerJohn Johansen <john.johansen@canonical.com>
Mon, 10 Jul 2023 08:15:17 +0000 (01:15 -0700)
commit13c1748e217078d437727eef333cb0387d13bc0e
tree3f1b6aa9ff2bb7bb482509c9f6b2f8f9a2e076a0
parent7abbbd573cbd27158137a7c36cdf2f7fe1051644
apparmor: Fix kernel-doc warnings in apparmor/resource.c

Fix kernel-doc warnings:

security/apparmor/resource.c:111: warning: Function parameter or
member 'label' not described in 'aa_task_setrlimit'
security/apparmor/resource.c:111: warning: Function parameter or
member 'new_rlim' not described in 'aa_task_setrlimit'
security/apparmor/resource.c:111: warning: Function parameter or
member 'resource' not described in 'aa_task_setrlimit'
security/apparmor/resource.c:111: warning: Function parameter or
member 'task' not described in 'aa_task_setrlimit'

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/resource.c