KVM: x86: Fix a typo about the usage of kvcalloc()
authorLiao Chang <liaochang1@huawei.com>
Thu, 3 Nov 2022 01:17:49 +0000 (09:17 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 3 Nov 2022 13:39:29 +0000 (09:39 -0400)
commit8670866b236eafbe9d502294561c3ddd298266bc
treee930b47bba2ff1ab623b5fe4087b8d46e80c4795
parent074c008007197297aaff9dd93627fb89b27d21e5
KVM: x86: Fix a typo about the usage of kvcalloc()

Swap the 1st and 2nd arguments to be consistent with the usage of
kvcalloc().

Fixes: c9b8fecddb5b ("KVM: use kvcalloc for array allocations")
Signed-off-by: Liao Chang <liaochang1@huawei.com>
Message-Id: <20221103011749.139262-1-liaochang1@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/cpuid.c