Commit 55ada351 authored by Yi Yang's avatar Yi Yang
Browse files

audit: kabi: Remove extra semicolons

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I8WCAR



--------------------------------

Do not need to add semicolons after KABI_RESERVE().

Signed-off-by: default avatarYi Yang <yiyang13@huawei.com>
parent e79631e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;