hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8WCAR
--------------------------------
Signed-off-by: Yi Yang yiyang13@huawei.com --- kernel/audit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/audit.h b/kernel/audit.h index 81e241039fd6..457ca207e08a 100644 --- a/kernel/audit.h +++ b/kernel/audit.h @@ -209,8 +209,8 @@ struct audit_context { }; int fds[2]; struct audit_proctitle proctitle; - KABI_RESERVE(0); - KABI_RESERVE(1); + KABI_RESERVE(0) + KABI_RESERVE(1) };
extern bool audit_ever_enabled;