]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
KVM: VMX: Fix an indentation
authorXin Li <xin@zytor.com>
Tue, 15 Jul 2025 01:25:17 +0000 (18:25 -0700)
committerSean Christopherson <seanjc@google.com>
Tue, 19 Aug 2025 17:57:46 +0000 (10:57 -0700)
Fix an indentation by replacing 8 spaces with a tab.

While at it, add empty lines before and after for better readability.

Signed-off-by: Xin Li (Intel) <xin@zytor.com>
Link: https://lore.kernel.org/r/20250715012517.694429-1-xin@zytor.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/vmx/vmx.c

index aa157fe5b7b31802aa71351db92c8d1b68111432..92fe8d2003354e6764d9abe0c57a672e0ed2458e 100644 (file)
@@ -8525,7 +8525,9 @@ __init int vmx_hardware_setup(void)
         */
        if (!static_cpu_has(X86_FEATURE_SELFSNOOP))
                kvm_caps.supported_quirks &= ~KVM_X86_QUIRK_IGNORE_GUEST_PAT;
-       kvm_caps.inapplicable_quirks &= ~KVM_X86_QUIRK_IGNORE_GUEST_PAT;
+
+       kvm_caps.inapplicable_quirks &= ~KVM_X86_QUIRK_IGNORE_GUEST_PAT;
+
        return r;
 }