Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

audit: fix whitespace alignment in include/uapi/linux/audit.h

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>

authored by

Ricardo Robaina and committed by
Paul Moore
f6c29967 6de23f81

+3 -3
+3 -3
include/uapi/linux/audit.h
··· 350 350 #define AUDIT_STATUS_ENABLED 0x0001 351 351 #define AUDIT_STATUS_FAILURE 0x0002 352 352 #define AUDIT_STATUS_PID 0x0004 353 - #define AUDIT_STATUS_RATE_LIMIT 0x0008 353 + #define AUDIT_STATUS_RATE_LIMIT 0x0008 354 354 #define AUDIT_STATUS_BACKLOG_LIMIT 0x0010 355 355 #define AUDIT_STATUS_BACKLOG_WAIT_TIME 0x0020 356 356 #define AUDIT_STATUS_LOST 0x0040 ··· 386 386 * These bits disambiguate different calling conventions that share an 387 387 * ELF machine type, bitness, and endianness 388 388 */ 389 - #define __AUDIT_ARCH_CONVENTION_MASK 0x30000000 390 - #define __AUDIT_ARCH_CONVENTION_MIPS64_N32 0x20000000 389 + #define __AUDIT_ARCH_CONVENTION_MASK 0x30000000 390 + #define __AUDIT_ARCH_CONVENTION_MIPS64_N32 0x20000000 391 391 392 392 /* distinguish syscall tables */ 393 393 #define __AUDIT_ARCH_64BIT 0x80000000