AppArmor: Fix kernel-doc

security/apparmor/audit.c:93: warning: expecting prototype for audit_base(). Prototype was for audit_pre() instead.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2339
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:
Jiapeng Chong 2022-10-08 14:34:09 +08:00 committed by John Johansen
parent 665b1856dc
commit 64a27ba984

View file

@ -83,7 +83,7 @@ static const char *const aa_class_names[] = {
*/
/**
* audit_base - core AppArmor function.
* audit_pre() - core AppArmor function.
* @ab: audit buffer to fill (NOT NULL)
* @ca: audit structure containing data to audit (NOT NULL)
*