Re: [PATCH] audit: fix coding style issues
From: Ricardo Robaina
Date: Mon Mar 09 2026 - 08:23:00 EST
Thanks, Paul!
On Fri, Mar 6, 2026 at 12:16 AM Paul Moore <paul@xxxxxxxxxxxxxx> wrote:
>
> On Mar 3, 2026 Ricardo Robaina <rrobaina@xxxxxxxxxx> wrote:
> >
> > Fix various coding style issues across the audit subsystem flagged
> > by checkpatch.pl script to adhere to kernel coding standards.
> >
> > Specific changes include:
> > - kernel/auditfilter.c: Move the open brace '{' to the previous line
> > for the audit_ops array declaration.
> > - lib/audit.c: Add a required space before the open parenthesis '('.
> > - include/uapi/linux/audit.h: Enclose the complex macro value for
> > AUDIT_UID_UNSET in parentheses.
> >
> > Signed-off-by: Ricardo Robaina <rrobaina@xxxxxxxxxx>
> > ---
> > include/uapi/linux/audit.h | 2 +-
> > kernel/auditfilter.c | 3 +--
> > lib/audit.c | 2 +-
> > 3 files changed, 3 insertions(+), 4 deletions(-)
>
> Merged into audit/dev, thanks.
>
> --
> paul-moore.com
>