提交 0f560960 编写于 作者: T Thomas Gleixner 提交者: Lin Wang

x86/mce: Get rid of stray semicolons

mainline inclusion
from mainline-v5.16-rc1
commit 083b32d6
category: feature
bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I590ZC
CVE: NA

Intel-SIG: commit 083b32d6 x86/mce: Get rid of stray semicolons.

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

and the random number of tabs.
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
Signed-off-by: NBorislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210908132525.154428878@linutronix.deSigned-off-by: NLin Wang <lin.x.wang@intel.com>
上级 5781990e
...@@ -61,7 +61,7 @@ static inline void cmci_disable_bank(int bank) { } ...@@ -61,7 +61,7 @@ static inline void cmci_disable_bank(int bank) { }
static inline void intel_init_cmci(void) { } static inline void intel_init_cmci(void) { }
static inline void intel_init_lmce(void) { } static inline void intel_init_lmce(void) { }
static inline void intel_clear_lmce(void) { } static inline void intel_clear_lmce(void) { }
static inline bool intel_filter_mce(struct mce *m) { return false; }; static inline bool intel_filter_mce(struct mce *m) { return false; }
#endif #endif
void mce_timer_kick(unsigned long interval); void mce_timer_kick(unsigned long interval);
...@@ -183,7 +183,7 @@ extern bool filter_mce(struct mce *m); ...@@ -183,7 +183,7 @@ extern bool filter_mce(struct mce *m);
#ifdef CONFIG_X86_MCE_AMD #ifdef CONFIG_X86_MCE_AMD
extern bool amd_filter_mce(struct mce *m); extern bool amd_filter_mce(struct mce *m);
#else #else
static inline bool amd_filter_mce(struct mce *m) { return false; }; static inline bool amd_filter_mce(struct mce *m) { return false; }
#endif #endif
__visible bool ex_handler_rdmsr_fault(const struct exception_table_entry *fixup, __visible bool ex_handler_rdmsr_fault(const struct exception_table_entry *fixup,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册