[PATCH] virt: kvm: Fix Codestyle

From: Jochen Maes
Date: Mon Feb 08 2010 - 06:00:13 EST


Fixed 2 codestyle issues in virt/kvm/coalesced.c

Signed-off-by: Jochen Maes <jochen.maes@xxxxxxx>
---
virt/kvm/coalesced_mmio.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/virt/kvm/coalesced_mmio.c b/virt/kvm/coalesced_mmio.c
index 04d69cd..a9cd03e 100644
--- a/virt/kvm/coalesced_mmio.c
+++ b/virt/kvm/coalesced_mmio.c
@@ -110,7 +110,7 @@ int kvm_coalesced_mmio_init(struct kvm *kvm)
}

int kvm_vm_ioctl_register_coalesced_mmio(struct kvm *kvm,
- struct kvm_coalesced_mmio_zone *zone)
+ struct kvm_coalesced_mmio_zone *zone)
{
struct kvm_coalesced_mmio_dev *dev = kvm->coalesced_mmio_dev;

@@ -143,7 +143,7 @@ int kvm_vm_ioctl_unregister_coalesced_mmio(struct kvm *kvm,
down_write(&kvm->slots_lock);

i = dev->nb_zones;
- while(i) {
+ while (i) {
z = &dev->zone[i - 1];

/* unregister all zones
--
1.6.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/