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>
This commit is contained in:
parent
893bdbf165
commit
a642a17567
@ -2638,7 +2638,7 @@ static long kvm_vm_ioctl(struct file *filp,
|
|||||||
goto out_free_irq_routing;
|
goto out_free_irq_routing;
|
||||||
r = kvm_set_irq_routing(kvm, entries, routing.nr,
|
r = kvm_set_irq_routing(kvm, entries, routing.nr,
|
||||||
routing.flags);
|
routing.flags);
|
||||||
out_free_irq_routing:
|
out_free_irq_routing:
|
||||||
vfree(entries);
|
vfree(entries);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user