]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: x86: Remove redundant parentheses around 'bitmap'
authorNeeraj Upadhyay <Neeraj.Upadhyay@amd.com>
Wed, 9 Jul 2025 03:32:09 +0000 (09:02 +0530)
committerSean Christopherson <seanjc@google.com>
Thu, 10 Jul 2025 16:44:36 +0000 (09:44 -0700)
commit3fb7b83e2a720dc96aa275f42380cf488e6f9737
tree9ed1f90e3c55d5ae97898aee525d7a6f9b6cc7ef
parentac48017020a5f97d7ef1a5cd90278587474dd593
KVM: x86: Remove redundant parentheses around 'bitmap'

When doing pointer arithmetic in apic_test_vector() and
kvm_lapic_{set|clear}_vector(), remove the unnecessary
parentheses surrounding the 'bitmap' parameter.

No functional change intended.

Reviewed-by: Borislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: Neeraj Upadhyay <Neeraj.Upadhyay@amd.com>
Link: https://lore.kernel.org/r/20250709033242.267892-3-Neeraj.Upadhyay@amd.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/lapic.c
arch/x86/kvm/lapic.h