Commit 43db6697 authored by Jochen Maes's avatar Jochen Maes Committed by Marcelo Tosatti

KVM: Fix Codestyle in virt/kvm/coalesced_mmio.c

Fixed 2 codestyle issues in virt/kvm/coalesced_mmio.c
Signed-off-by: default avatarJochen Maes <jochen.maes@sejo.be>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 1976d2d2
......@@ -166,7 +166,7 @@ int kvm_vm_ioctl_unregister_coalesced_mmio(struct kvm *kvm,
mutex_lock(&kvm->slots_lock);
i = dev->nb_zones;
while(i) {
while (i) {
z = &dev->zone[i - 1];
/* unregister all zones
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment