diff options
author | Xiaoyao Li <xiaoyao.li@intel.com> | 2020-02-29 10:52:12 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-03-18 14:05:45 +0100 |
commit | cf6c26ec7bf5386706cd6522708766eb6522995e (patch) | |
tree | afb259fd4b61d24cd9075e8a9891d2fb9a562978 /MAINTAINERS | |
parent | 2b110b61644a34e97c92ae20788cbcb42d474fa9 (diff) | |
download | linux-cf6c26ec7bf5386706cd6522708766eb6522995e.tar.gz |
KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()
In kvm_arch_dev_ioctl(), the brackets of case KVM_X86_GET_MCE_CAP_SUPPORTED
accidently encapsulates case KVM_GET_MSR_FEATURE_INDEX_LIST and case
KVM_GET_MSRS. It doesn't affect functionality but it's misleading.
Remove unnecessary brackets and opportunistically add a "break" in the
default path.
Suggested-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions