]> git.baikalelectronics.ru Git - kernel.git/commit
audit: remove trailing spaces and tabs
authorZhen Lei <thunder.leizhen@huawei.com>
Wed, 9 Jun 2021 02:27:01 +0000 (10:27 +0800)
committerPaul Moore <paul@paul-moore.com>
Fri, 11 Jun 2021 00:59:05 +0000 (20:59 -0400)
commit4dafc8b597259e7563eb6d727aae419c887dfb0c
tree16218db0e235cf77bd6f71ac658dcded5943dc31
parent5e9c0ef28c9596c9f40b587c11e21c2fb2c87e1b
audit: remove trailing spaces and tabs

Run the following command to find and remove the trailing spaces and tabs:

sed -r -i 's/[ \t]+$//' <audit_files>

The files to be checked are as follows:
kernel/audit*
include/linux/audit.h
include/uapi/linux/audit.h

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Acked-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
include/uapi/linux/audit.h
kernel/audit.h
kernel/auditsc.c