KVM: SEV: fix misplaced closing parenthesis
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Jun 2022 12:03:53 +0000 (08:03 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Jun 2022 12:03:53 +0000 (08:03 -0400)
commit5bdae49fc2f689b5f896b54bd9230425d3643dab
tree9d8f4c6cd8607964b04b8f856317f7f1bb8df0c2
parent1cb67e25f9a844425f85e592c7ffb8428800a796
KVM: SEV: fix misplaced closing parenthesis

This caused a warning on 32-bit systems, but undoubtedly would have acted
funny on 64-bit as well.

The fix was applied directly on merge in 5.19, see commit 24625f7d91fb ("Merge
tag for-linus of git://git.kernel.org/pub/scm/virt/kvm/kvm").

Fixes: 3743c2f02517 ("KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base")
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/avic.c