diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 14:14:44 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-06-14 11:16:28 +0200 |
commit | bb3541f175a977198d128f3a4e13534e019754a3 (patch) | |
tree | 883a9029355df3cabbf79e52fed9e2278bbe65a2 /arch/x86/kvm/x86.c | |
parent | 960cb306e63d4efde7753c0a2f2cef523a41e8ec (diff) | |
download | lwn-bb3541f175a977198d128f3a4e13534e019754a3.tar.gz lwn-bb3541f175a977198d128f3a4e13534e019754a3.zip |
KVM: x86: Fix typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 9d6a30593655..bf227212aebb 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -8418,7 +8418,7 @@ void kvm_arch_irq_bypass_del_producer(struct irq_bypass_consumer *cons, /* * When producer of consumer is unregistered, we change back to * remapped mode, so we can re-use the current implementation - * when the irq is masked/disabed or the consumer side (KVM + * when the irq is masked/disabled or the consumer side (KVM * int this case doesn't want to receive the interrupts. */ ret = kvm_x86_ops->update_pi_irte(irqfd->kvm, prod->irq, irqfd->gsi, 0); |