]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86: Fix a comment inside kvm_vcpu_update_apicv()
authorKai Huang <kai.huang@intel.com>
Tue, 8 Oct 2024 10:45:13 +0000 (23:45 +1300)
committerSean Christopherson <seanjc@google.com>
Fri, 1 Nov 2024 16:21:44 +0000 (09:21 -0700)
commitef86fe036d0a98569b39131b343738baf5198985
treebc2e3918d45779d2fff2c0fd2dd7b1f33069f3a6
parent81983758430957d9a5cb3333fe324fd70cf63e7e
KVM: x86: Fix a comment inside kvm_vcpu_update_apicv()

The sentence "... so that KVM can the AVIC doorbell to ..." doesn't have
a verb.  Fix it.

After adding the verb 'use', that line exceeds 80 characters.  Thus wrap
the 'to' to the next line.

Signed-off-by: Kai Huang <kai.huang@intel.com>
Link: https://lore.kernel.org/r/666e991edf81e1fccfba9466f3fe65965fcba897.1728383775.git.kai.huang@intel.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/x86.c