projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
321b186
)
MIPS: Fix a typo error in AUDIT_ARCH definition
author
Huacai Chen
<
[email protected]
>
Wed, 21 May 2014 02:49:19 +0000
(10:49 +0800)
committer
Ralf Baechle
<
[email protected]
>
Fri, 23 May 2014 13:12:41 +0000
(15:12 +0200)
Missing a "|" in AUDIT_ARCH_MIPSEL64N32 macro definition.
Signed-off-by: Huacai Chen <
[email protected]
>
Reviewed-by: Markos Chandras <
[email protected]
>
Cc: John Crispin <
[email protected]
>
Cc: Steven J. Hill <
[email protected]
>
Cc: Aurelien Jarno <
[email protected]
>
Cc:
[email protected]
Cc: Fuxin Zhang <
[email protected]
>
Cc: Zhangjin Wu <
[email protected]
>
Patchwork: https://patchwork.linux-mips.org/patch/6978/
Signed-off-by: Ralf Baechle <
[email protected]
>
include/uapi/linux/audit.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/audit.h
b/include/uapi/linux/audit.h
index 1b1efddb91cd924140fd5ad3009f338b31925e05..4c31a366be1639f08d2487309ff8602e4f7f4704 100644
(file)
--- a/
include/uapi/linux/audit.h
+++ b/
include/uapi/linux/audit.h
@@
-357,7
+357,7
@@
enum {
#define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
__AUDIT_ARCH_CONVENTION_MIPS64_N32)
#define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
-#define AUDIT_ARCH_MIPSEL64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE\
+#define AUDIT_ARCH_MIPSEL64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE
|
\
__AUDIT_ARCH_CONVENTION_MIPS64_N32)
#define AUDIT_ARCH_OPENRISC (EM_OPENRISC)
#define AUDIT_ARCH_PARISC (EM_PARISC)