Re: [PATCH] audit: fix whitespace alignment in include/uapi/linux/audit.h
Ricardo Robaina <[email protected]> Tue, 3 Mar 2026 08:41:51 -0300
| Newsgroups | org.kernel.vger.audit,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAABTaaC+hwOMWD_o=uZ-b=nJfqU_f-azOnicoOsO17ik2NrV1g@mail.gmail.com> |
On Mon, Mar 2, 2026 at 6:31 PM Paul Moore <[email protected]> wrote: > > On Feb 26, 2026 Ricardo Robaina <[email protected]> wrote: > > > > Fixed minor indentation inconsistencies in the audit macros > > to align with standard kernel coding style using 8-character > > hard tabs. > > > > Signed-off-by: Ricardo Robaina <[email protected]> > > --- > > include/uapi/linux/audit.h | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/include/uapi/linux/audit.h b/include/uapi/linux/audit.h > > index 14a1c1fe013a..410dfb41b810 100644 > > --- a/include/uapi/linux/audit.h > > +++ b/include/uapi/linux/audit.h > > @@ -350,7 +350,7 @@ enum { > > #define AUDIT_STATUS_ENABLED 0x0001 > > #define AUDIT_STATUS_FAILURE 0x0002 > > #define AUDIT_STATUS_PID 0x0004 > > -#define AUDIT_STATUS_RATE_LIMIT 0x0008 > > +#define AUDIT_STATUS_RATE_LIMIT 0x0008 > > I had to fix a space-before-tab issue in this line, but otherwise this > looked fine to me. It is worth mentioning that checkpatch.pl would > have caught the space-before-tab problem; please get in the habit of > running checkpatch.pl before posting patches. > > Merged into audit/dev, thanks. > > -- > paul-moore.com > Sure thing. Thanks, Paul!