Skip to content

Commit 64a27ba

Browse files
Jiapeng Chongjrjohansen
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 <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: John Johansen <[email protected]>
1 parent 665b185 commit 64a27ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)