]> xenbits.xensource.com Git - xen.git/commitdiff
x86/mce: add emacs block to mctelem.c
authorHaozhong Zhang <haozhong.zhang@intel.com>
Mon, 11 Sep 2017 07:57:57 +0000 (15:57 +0800)
committerWei Liu <wei.liu2@citrix.com>
Wed, 13 Sep 2017 11:15:19 +0000 (12:15 +0100)
mctelem.c uses the tab indention. Add an emacs block to avoid mixed
indention styles in certain editors.

Signed-off-by: Haozhong Zhang <haozhong.zhang@intel.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpu/mcheck/mctelem.c

index b144a660533487cc383ef0d46225b85336f2cf9b..b63e559d4dc76ad5c841afaf1d0df92b83aa277d 100644 (file)
@@ -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:
+ */