]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Fix indentation in kvm_main.c
authorXiubo Li <lixiubo@cmss.chinamobile.com>
Thu, 26 Feb 2015 06:58:25 +0000 (14:58 +0800)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 10 Mar 2015 13:37:44 +0000 (10:37 -0300)
commit4e38a2738988d71191976b3bda9246c24c987129
tree0b596ec671242d92ba3cd1e8f0ba9d52d74bfa1d
parentd24c01f171d6ced3e526a7d8fa03e5fb023410e3
KVM: Fix indentation in kvm_main.c

ERROR: code indent should use tabs where possible
+                                 const struct kvm_io_range *r2)$

WARNING: please, no spaces at the start of a line
+                                 const struct kvm_io_range *r2)$

This patch fixes this ERROR & 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