On Tue, May 26, 2026 at 6:15 PM Paul Moore <[email protected]> wrote: > > On May 14, 2026 Ricardo Robaina <[email protected]> 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 <[email protected]> > > --- > > 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!

