Re: [PATCH] audit: use 'unsigned int' instead of 'unsigned'
Paul Moore <[email protected]> Tue, 26 May 2026 17:15:28 -0400
| Newsgroups | org.kernel.vger.audit,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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