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)
commit127c8c5f0589cea2208c329bff7dcb36e375f46c
tree1f3465462b4bf4831cb1c51d98cd0b40a25d9d84
parentc1de44631eb53fd03941c0ac398749a3eacc13c2
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