Skip to content

Commit c98c897

Browse files
gscuijrjohansen
authored andcommitted
apparmor: Fix kernel-doc warnings in apparmor/capability.c
Fix kernel-doc warnings: security/apparmor/capability.c:45: warning: Function parameter or member 'ab' not described in 'audit_cb' security/apparmor/capability.c:45: warning: Function parameter or member 'va' not described in 'audit_cb' Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
1 parent 26c9ecb commit c98c897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

security/apparmor/capability.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ static DEFINE_PER_CPU(struct audit_cache, audit_cache);
3838

3939
/**
4040
* audit_cb - call back for capability components of audit struct
41-
* @ab - audit buffer (NOT NULL)
42-
* @va - audit struct to audit data from (NOT NULL)
41+
* @ab: audit buffer (NOT NULL)
42+
* @va: audit struct to audit data from (NOT NULL)
4343
*/
4444
static void audit_cb(struct audit_buffer *ab, void *va)
4545
{

0 commit comments

Comments
 (0)