Commit efbc100c authored by Chris Wright's avatar Chris Wright Committed by Avi Kivity

KVM: Trivial format fix in setup_routing_entry()

Remove extra tab.
Signed-off-by: default avatarChris Wright <chrisw@redhat.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 8e1c1815
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment