diff --git a/virt/kvm/irq_comm.c b/virt/kvm/irq_comm.c index 4fa1f604b4250c964eeb3acbffb3db7a763fe58e..a8bd466d00ccf1af71ab09e229197c2366fcdef5 100644 --- a/virt/kvm/irq_comm.c +++ b/virt/kvm/irq_comm.c @@ -271,7 +271,7 @@ static int setup_routing_entry(struct kvm_kernel_irq_routing_entry *e, delta = 8; break; case KVM_IRQCHIP_IOAPIC: - e->set = kvm_set_ioapic_irq; + e->set = kvm_set_ioapic_irq; break; default: goto out;