]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
x86/intel: fix indentation
authorRoger Pau Monné <roger.pau@citrix.com>
Mon, 13 Nov 2023 14:01:26 +0000 (15:01 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 13 Nov 2023 14:01:26 +0000 (15:01 +0100)
Adjust line to use a hard tab and align using spaces afterwards, instead of
using all spaces.

Fixes: fc3090a47b21 ('x86/boot: Clear XD_DISABLE from the early boot path')
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/intel.c

index a8ba3191e618a892f0a23329095abe56386cea26..dfee64689ffe0c41de9a16aec2352f90ec132282 100644 (file)
@@ -307,7 +307,7 @@ static void cf_check early_init_intel(struct cpuinfo_x86 *c)
                c->x86_cache_alignment = 128;
 
        if (c == &boot_cpu_data &&
-            bootsym(trampoline_misc_enable_off) & MSR_IA32_MISC_ENABLE_XD_DISABLE)
+           bootsym(trampoline_misc_enable_off) & MSR_IA32_MISC_ENABLE_XD_DISABLE)
                printk(KERN_INFO "re-enabled NX (Execute Disable) protection\n");
 
        /* Unmask CPUID levels and NX if masked: */