diff options
author | Chris Wright <chrisw@sous-sol.org> | 2009-05-01 17:15:43 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-06-10 04:48:50 -0400 |
commit | efbc100c20f9dc4a219a2a92763d68e4064109f2 (patch) | |
tree | 4bdc5d26ea0618cbccb1d61be735fba83e546a97 /virt | |
parent | 8e1c18157d8772e65247ac55525a05a26b83fffe (diff) |
KVM: Trivial format fix in setup_routing_entry()
Remove extra tab.
Signed-off-by: Chris Wright <chrisw@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'virt')
-rw-r--r-- | virt/kvm/irq_comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/irq_comm.c b/virt/kvm/irq_comm.c index 4fa1f604b425..a8bd466d00cc 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, | |||
271 | delta = 8; | 271 | delta = 8; |
272 | break; | 272 | break; |
273 | case KVM_IRQCHIP_IOAPIC: | 273 | case KVM_IRQCHIP_IOAPIC: |
274 | e->set = kvm_set_ioapic_irq; | 274 | e->set = kvm_set_ioapic_irq; |
275 | break; | 275 | break; |
276 | default: | 276 | default: |
277 | goto out; | 277 | goto out; |