]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
audit: fix whitespace alignment in include/uapi/linux/audit.h
authorRicardo Robaina <rrobaina@redhat.com>
Thu, 26 Feb 2026 17:15:46 +0000 (14:15 -0300)
committerPaul Moore <paul@paul-moore.com>
Mon, 2 Mar 2026 21:31:05 +0000 (16:31 -0500)
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 <rrobaina@redhat.com>
[PM: fixed a space before tab issue in the patch]
Signed-off-by: Paul Moore <paul@paul-moore.com>
include/uapi/linux/audit.h

index 14a1c1fe013acecb12ea6bf81690965421baa7ff..71cbdc542ce97f33de89e6c8976b6f398b62eb13 100644 (file)
@@ -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
 #define AUDIT_STATUS_BACKLOG_LIMIT             0x0010
 #define AUDIT_STATUS_BACKLOG_WAIT_TIME         0x0020
 #define AUDIT_STATUS_LOST                      0x0040
@@ -386,8 +386,8 @@ enum {
  * These bits disambiguate different calling conventions that share an
  * ELF machine type, bitness, and endianness
  */
-#define __AUDIT_ARCH_CONVENTION_MASK 0x30000000
-#define __AUDIT_ARCH_CONVENTION_MIPS64_N32 0x20000000
+#define __AUDIT_ARCH_CONVENTION_MASK           0x30000000
+#define __AUDIT_ARCH_CONVENTION_MIPS64_N32     0x20000000
 
 /* distinguish syscall tables */
 #define __AUDIT_ARCH_64BIT 0x80000000