Skip to content

Commit a221738

Browse files
wb-zjp846396jrjohansen
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 <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 391f121 commit a221738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)