Skip to content

Commit

Permalink
KVM: Trivial format fix in setup_routing_entry()
Browse files Browse the repository at this point in the history
Remove extra tab.

Signed-off-by: Chris Wright <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
  • Loading branch information
chriswright authored and avikivity committed Jun 10, 2009
1 parent 8e1c181 commit efbc100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virt/kvm/irq_comm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit efbc100

Please sign in to comment.