]> git.baikalelectronics.ru Git - kernel.git/commit
audit: Make audit_filter_syscall() return void
authorYang Yang <yang.yang29@zte.com.cn>
Wed, 27 Jan 2021 02:51:43 +0000 (18:51 -0800)
committerPaul Moore <paul@paul-moore.com>
Thu, 28 Jan 2021 02:55:14 +0000 (21:55 -0500)
commitbc63fd3d961addf20c5504e16ea67cbd673da8d7
tree1f3465462b4bf4831cb1c51d98cd0b40a25d9d84
parentd8fd8c7243b749c37a74e380a46cabb13ac22ff8
audit: Make audit_filter_syscall() return void

No invoker uses the return value of audit_filter_syscall().
So make it return void, and amend the comment of
audit_filter_syscall().

Signed-off-by: Yang Yang <yang.yang29@zte.com.cn>
Reviewed-by: Richard Guy Briggs <rgb@redhat.com>
[PM: removed the changelog from the description]
Signed-off-by: Paul Moore <paul@paul-moore.com>
kernel/auditsc.c