[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1265624973-22707-1-git-send-email-jochen.maes@sejo.be>
Date: Mon, 8 Feb 2010 11:29:33 +0100
From: Jochen Maes <jochen.maes@...o.be>
To: avi@...hat.com
Cc: linux-kernel@...r.kernel.org, Jochen Maes <jochen.maes@...o.be>
Subject: [PATCH] virt: kvm: Fix Codestyle
Fixed 2 codestyle issues in virt/kvm/coalesced.c
Signed-off-by: Jochen Maes <jochen.maes@...o.be>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists