On Tue, Jun 8, 2021 at 10:27 PM Zhen Lei <[email protected]> wrote: > > 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 <[email protected]> > --- > include/uapi/linux/audit.h | 4 ++-- > kernel/audit.h | 2 +- > kernel/auditsc.c | 8 ++++---- > 3 files changed, 7 insertions(+), 7 deletions(-)
Merged into audit/next. -- paul moore www.paul-moore.com -- Linux-audit mailing list [email protected] https://listman.redhat.com/mailman/listinfo/linux-audit
