projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
893bdbf
)
KVM: Fix WARNING: labels should not be indented in kvm_main.c
author
Xiubo Li
<lixiubo@cmss.chinamobile.com>
Thu, 26 Feb 2015 06:58:20 +0000
(14:58 +0800)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Tue, 10 Mar 2015 13:37:43 +0000
(10:37 -0300)
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>
virt/kvm/kvm_main.c
patch
|
blob
|
history
diff --git
a/virt/kvm/kvm_main.c
b/virt/kvm/kvm_main.c
index 38738c20992eb4862c458830e32eef6b9f01abb4..4146d01319d0b8238f85733995a9352d8f222261 100644
(file)
--- a/
virt/kvm/kvm_main.c
+++ b/
virt/kvm/kvm_main.c
@@
-2638,7
+2638,7
@@
static long kvm_vm_ioctl(struct file *filp,
goto out_free_irq_routing;
r = kvm_set_irq_routing(kvm, entries, routing.nr,
routing.flags);
-
out_free_irq_routing:
+out_free_irq_routing:
vfree(entries);
break;
}