]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
x86/mce: remove extra blanks in mctelem.c
authorHaozhong Zhang <haozhong.zhang@intel.com>
Mon, 11 Sep 2017 07:57:58 +0000 (15:57 +0800)
committerWei Liu <wei.liu2@citrix.com>
Wed, 13 Sep 2017 11:15:23 +0000 (12:15 +0100)
The entire file of mctelem.c is in Linux coding style, so do not
change the coding style and only remove trailing spaces and extra
blank lines.

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 b63e559d4dc76ad5c841afaf1d0df92b83aa277d..492e2af77f65b87b9cc24d6a20c4043253df07b3 100644 (file)
@@ -220,7 +220,7 @@ void mctelem_process_deferred(unsigned int cpu,
        int ret;
 
        /*
-        * First, unhook the list of telemetry structures, and  
+        * First, unhook the list of telemetry structures, and
         * hook it up to the processing list head for this CPU.
         *
         * If @lmce is true and a non-local MC# occurs before the
@@ -339,7 +339,7 @@ void __init mctelem_init(unsigned int datasz)
 {
        char *datarr;
        unsigned int i;
-       
+
        BUILD_BUG_ON(MC_URGENT != 0 || MC_NONURGENT != 1 || MC_NCLASSES != 2);
 
        datasz = (datasz & ~0xf) + 0x10;        /* 16 byte roundup */