Re: [PATCH] audit: use 'unsigned int' instead of 'unsigned'
From: Ricardo Robaina
Date: Wed May 27 2026 - 08:47:39 EST
On Tue, May 26, 2026 at 6:15 PM Paul Moore <paul@xxxxxxxxxxxxxx> wrote:
>
> On May 14, 2026 Ricardo Robaina <rrobaina@xxxxxxxxxx> wrote:
> >
> > Address checkpatch.pl warning below, across the audit subsystem:
> >
> > WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
> >
> > Minor cleanup, no functional changes.
> >
> > Signed-off-by: Ricardo Robaina <rrobaina@xxxxxxxxxx>
> > ---
> > include/linux/audit.h | 4 ++--
> > include/linux/audit_arch.h | 12 ++++++------
> > kernel/audit.c | 2 +-
> > kernel/audit.h | 2 +-
> > kernel/audit_tree.c | 2 +-
> > kernel/audit_watch.c | 2 +-
> > kernel/auditfilter.c | 8 ++++----
> > kernel/auditsc.c | 2 +-
> > lib/compat_audit.c | 12 ++++++------
> > 9 files changed, 23 insertions(+), 23 deletions(-)
>
> Merged into audit/dev, thanks.
>
> --
> paul-moore.com
>
Thanks, Paul!