kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector()
authorWei Yang <richardw.yang@linux.intel.com>
Mon, 1 Apr 2019 02:17:22 +0000 (19:17 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Jun 2019 09:43:47 +0000 (11:43 +0200)
commitee171d2f39d60c6405dc21a0aaa766cad2c9c43e
tree34dfcd86b640b0d58a783cc26d9f818f8f3e3f49
parent7d2296bfa52cc9b63063935dd21ca5fa0d790754
kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector()

apic_clear_vector() is the counterpart of kvm_lapic_set_vector(),
while they have different naming convention.

Rename it and move together to arch/x86/kvm/lapic.h. Also fix one typo
in comment by hand.

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/lapic.c
arch/x86/kvm/lapic.h