mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
AppArmor: Fix kernel-doc
security/apparmor/ipc.c:53: warning: expecting prototype for audit_cb(). Prototype was for audit_signal_cb() instead. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2337 Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
committed by
John Johansen
parent
391f121150
commit
a2217387c3
@@ -45,7 +45,7 @@ static const char *audit_signal_mask(u32 mask)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* audit_cb - call back for signal specific audit fields
|
* audit_signal_cb() - call back for signal specific audit fields
|
||||||
* @ab: audit_buffer (NOT NULL)
|
* @ab: audit_buffer (NOT NULL)
|
||||||
* @va: audit struct to audit values of (NOT NULL)
|
* @va: audit struct to audit values of (NOT NULL)
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user