aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
diff options
context:
space:
mode:
authorXiubo Li <lixiubo@cmss.chinamobile.com>2015-02-26 01:58:20 -0500
committerMarcelo Tosatti <mtosatti@redhat.com>2015-03-10 09:37:43 -0400
commita642a1756752421e5f6661d951943b53225c03eb (patch)
tree160529f9474aa472d144daee3385ea6b2260f54b /virt/kvm/kvm_main.c
parent893bdbf16574e781504ea2a767ff8919d1394e52 (diff)
KVM: Fix WARNING: labels should not be indented in kvm_main.c
WARNING: labels should not be indented + out_free_irq_routing: This patch fixes this WARNING to reduce noise when checking new patches in kvm_main.c. Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'virt/kvm/kvm_main.c')
-rw-r--r--virt/kvm/kvm_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
index 38738c20992e..4146d01319d0 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -2638,7 +2638,7 @@ static long kvm_vm_ioctl(struct file *filp,
2638 goto out_free_irq_routing; 2638 goto out_free_irq_routing;
2639 r = kvm_set_irq_routing(kvm, entries, routing.nr, 2639 r = kvm_set_irq_routing(kvm, entries, routing.nr,
2640 routing.flags); 2640 routing.flags);
2641 out_free_irq_routing: 2641out_free_irq_routing:
2642 vfree(entries); 2642 vfree(entries);
2643 break; 2643 break;
2644 } 2644 }