]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: VMX: Remove unnecessary parentheses
authorXin Li <xin@zytor.com>
Fri, 6 Mar 2026 23:12:53 +0000 (15:12 -0800)
committerSean Christopherson <seanjc@google.com>
Thu, 12 Mar 2026 16:05:56 +0000 (09:05 -0700)
commit577da677aa7cbc13040e4951170d39ec7663ad8a
tree11f407cf8f43f11f62e4fc38fb61239809c8e91a
parent192f777b3af084d2073037b13ed0c2457e563d39
KVM: VMX: Remove unnecessary parentheses

Drop redundant parentheses; the & operator has higher precedence than the
return statement's implicit evaluation, making the grouping redundant.

Signed-off-by: Xin Li <xin@zytor.com>
Link: https://patch.msgid.link/20260306231253.2177246-1-xin@zytor.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/vmx/capabilities.h