Skip to content

Commit 64a27ba

Browse files
wb-zjp846396jrjohansen
authored andcommitted
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>
1 parent 665b185 commit 64a27ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security/apparmor/audit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static const char *const aa_class_names[] = {
8383
*/
8484

8585
/**
86-
* audit_base - core AppArmor function.
86+
* audit_pre() - core AppArmor function.
8787
* @ab: audit buffer to fill (NOT NULL)
8888
* @ca: audit structure containing data to audit (NOT NULL)
8989
*

0 commit comments

Comments
 (0)