audit: add space before parenthesis and around '=', "==", and '<'
authorAtul Kumar Pant <atulpant.linux@gmail.com>
Tue, 15 Aug 2023 20:45:53 +0000 (02:15 +0530)
committerPaul Moore <paul@paul-moore.com>
Tue, 15 Aug 2023 22:09:20 +0000 (18:09 -0400)
commit62acadda115a94bffd1f6b36acbb67e3f04811be
treeb4c8b2a7aceab73185dbf7add17f1a9a71a29a40
parentb59bc6e37237e37eadf50cd5de369e913f524463
audit: add space before parenthesis and around '=', "==", and '<'

Fixes following checkpatch.pl issue:
ERROR: space required before the open parenthesis '('
ERROR: spaces required around that '='
ERROR: spaces required around that '<'
ERROR: spaces required around that '=='

Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.com>
[PM: subject line tweaks]
Signed-off-by: Paul Moore <paul@paul-moore.com>
kernel/acct.c
kernel/auditfilter.c
kernel/auditsc.c