Skip to content

Commit f6c2996

Browse files
rprobainapcmoore
authored andcommitted
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>
1 parent 6de23f8 commit f6c2996

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/uapi/linux/audit.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ enum {
350350
#define AUDIT_STATUS_ENABLED 0x0001
351351
#define AUDIT_STATUS_FAILURE 0x0002
352352
#define AUDIT_STATUS_PID 0x0004
353-
#define AUDIT_STATUS_RATE_LIMIT 0x0008
353+
#define AUDIT_STATUS_RATE_LIMIT 0x0008
354354
#define AUDIT_STATUS_BACKLOG_LIMIT 0x0010
355355
#define AUDIT_STATUS_BACKLOG_WAIT_TIME 0x0020
356356
#define AUDIT_STATUS_LOST 0x0040
@@ -386,8 +386,8 @@ enum {
386386
* These bits disambiguate different calling conventions that share an
387387
* ELF machine type, bitness, and endianness
388388
*/
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
391391

392392
/* distinguish syscall tables */
393393
#define __AUDIT_ARCH_64BIT 0x80000000

0 commit comments

Comments
 (0)