public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM: LAPIC: Fix a spelling mistake in comments
@ 2022-07-01  6:55 Zhang Jiaming
  2022-07-12 19:00 ` Sean Christopherson
  0 siblings, 1 reply; 3+ messages in thread
From: Zhang Jiaming @ 2022-07-01  6:55 UTC (permalink / raw)
  To: pbonzini, seanjc, vkuznets, wanpengli, jmattson, joro, tglx,
	mingo, bp, dave.hansen, x86, hpa
  Cc: kvm, linux-kernel, liqiong, renyu, Zhang Jiaming

There is a typo (writeable) in kvm_apic_match_physical_addr's comments.
Fix it.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
 arch/x86/kvm/lapic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c
index 0e68b4c937fc..ace161bf3744 100644
--- a/arch/x86/kvm/lapic.c
+++ b/arch/x86/kvm/lapic.c
@@ -808,7 +808,7 @@ static bool kvm_apic_match_physical_addr(struct kvm_lapic *apic, u32 mda)
 	 * Hotplug hack: Make LAPIC in xAPIC mode also accept interrupts as if
 	 * it were in x2APIC mode.  Hotplugged VCPUs start in xAPIC mode and
 	 * this allows unique addressing of VCPUs with APIC ID over 0xff.
-	 * The 0xff condition is needed because writeable xAPIC ID.
+	 * The 0xff condition is needed because writable xAPIC ID.
 	 */
 	if (kvm_x2apic_id(apic) > 0xff && mda == kvm_x2apic_id(apic))
 		return true;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-12 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-01  6:55 [PATCH] KVM: LAPIC: Fix a spelling mistake in comments Zhang Jiaming
2022-07-12 19:00 ` Sean Christopherson
2022-07-12 19:04   ` Sean Christopherson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox