Skip to content

Commit a1f2418

Browse files
xinli-intelsean-jc
authored andcommitted
KVM: VMX: Fix an indentation
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>
1 parent c17b750 commit a1f2418

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/x86/kvm/vmx/vmx.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8525,7 +8525,9 @@ __init int vmx_hardware_setup(void)
85258525
*/
85268526
if (!static_cpu_has(X86_FEATURE_SELFSNOOP))
85278527
kvm_caps.supported_quirks &= ~KVM_X86_QUIRK_IGNORE_GUEST_PAT;
8528-
kvm_caps.inapplicable_quirks &= ~KVM_X86_QUIRK_IGNORE_GUEST_PAT;
8528+
8529+
kvm_caps.inapplicable_quirks &= ~KVM_X86_QUIRK_IGNORE_GUEST_PAT;
8530+
85298531
return r;
85308532
}
85318533

0 commit comments

Comments
 (0)