OSDN Git Service

KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpers
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 2 Mar 2020 23:56:29 +0000 (15:56 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Mar 2020 16:58:13 +0000 (17:58 +0100)
commit5e12b2bb34e9fb81d6942f9d300e6d259cc15431
tree9c7a5abea2bb4610365e7c3c2b009607788939d2
parent3be5a60b454a19979963a246a6286255ce965fcf
KVM: x86: Replace bare "unsigned" with "unsigned int" in cpuid helpers

Replace "unsigned" with "unsigned int" to make checkpatch and people
everywhere a little bit happier, and to avoid propagating the filth when
future patches add more cpuid helpers that work with unsigned (ints).

No functional change intended.

Suggested-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/cpuid.h