audit: make audit_log_common_recv_msg() a void function
authorPaul Moore <pmoore@redhat.com>
Wed, 4 Nov 2015 13:23:52 +0000 (08:23 -0500)
committerPaul Moore <pmoore@redhat.com>
Wed, 4 Nov 2015 13:23:52 +0000 (08:23 -0500)
commit233a68667cf4c134d07ef7e22bdd77786b5c7360
tree963ef28d17205ff33ac59818fe08fb5b813d75a4
parentc5ea6efda6ff0fd591d6b7a2e1ba086b196dd864
audit: make audit_log_common_recv_msg() a void function

It always returns zero and no one is checking the return value.

Signed-off-by: Paul Moore <pmoore@redhat.com>
kernel/audit.c