From 8c5337de5692a98d65981b2c32669da88a902f1d Mon Sep 17 00:00:00 2001 From: Haozhong Zhang Date: Mon, 11 Sep 2017 15:57:57 +0800 Subject: [PATCH] x86/mce: add emacs block to mctelem.c mctelem.c uses the tab indention. Add an emacs block to avoid mixed indention styles in certain editors. Signed-off-by: Haozhong Zhang Reviewed-by: Wei Liu Acked-by: Andrew Cooper --- xen/arch/x86/cpu/mcheck/mctelem.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/xen/arch/x86/cpu/mcheck/mctelem.c b/xen/arch/x86/cpu/mcheck/mctelem.c index b144a66053..b63e559d4d 100644 --- a/xen/arch/x86/cpu/mcheck/mctelem.c +++ b/xen/arch/x86/cpu/mcheck/mctelem.c @@ -550,3 +550,13 @@ void mctelem_ack(mctelem_class_t which, mctelem_cookie_t cookie) wmb(); spin_unlock(&processing_lock); } + +/* + * Local variables: + * mode: C + * c-file-style: "BSD" + * c-basic-offset: 4 + * indent-tabs-mode: t + * tab-width: 8 + * End: + */ -- 2.30.2