Commit 26c9ecb3 authored by Gaosheng Cui's avatar Gaosheng Cui Committed by John Johansen

apparmor: Fix kernel-doc warnings in apparmor/audit.c

Fix kernel-doc warnings:

security/apparmor/audit.c:150: warning: Function parameter or
member 'type' not described in 'aa_audit_msg'
Signed-off-by: default avatarGaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent afad5357
......@@ -142,6 +142,7 @@ static void audit_pre(struct audit_buffer *ab, void *ca)
/**
* aa_audit_msg - Log a message to the audit subsystem
* @type: audit type for the message
* @sa: audit event structure (NOT NULL)
* @cb: optional callback fn for type specific fields (MAYBE NULL)
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment