From: Jiapeng Chong Date: Sat, 8 Oct 2022 06:34:11 +0000 (+0800) Subject: AppArmor: Fix kernel-doc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a2217387c3ec09117b3b6eaa5ec8a0d7d347d4ba;p=linux.git 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 Signed-off-by: Jiapeng Chong Signed-off-by: John Johansen --- diff --git a/security/apparmor/ipc.c b/security/apparmor/ipc.c index 1d4099385bdf8..5acde746775f7 100644 --- a/security/apparmor/ipc.c +++ b/security/apparmor/ipc.c @@ -45,7 +45,7 @@ static const char *audit_signal_mask(u32 mask) } /** - * audit_cb - call back for signal specific audit fields + * audit_signal_cb() - call back for signal specific audit fields * @ab: audit_buffer (NOT NULL) * @va: audit struct to audit values of (NOT NULL) */