Skip to content

Commit a221738

Browse files
Jiapeng Chongjrjohansen
authored andcommitted
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 <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: John Johansen <[email protected]>
1 parent 391f121 commit a221738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/apparmor/ipc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static const char *audit_signal_mask(u32 mask)
4545
}
4646

4747
/**
48-
* audit_cb - call back for signal specific audit fields
48+
* audit_signal_cb() - call back for signal specific audit fields
4949
* @ab: audit_buffer (NOT NULL)
5050
* @va: audit struct to audit values of (NOT NULL)
5151
*/

0 commit comments

Comments
 (0)