Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186054
b: refs/heads/master
c: 43db669
h: refs/heads/master
v: v3
  • Loading branch information
Jochen Maes authored and Marcelo Tosatti committed Mar 1, 2010
1 parent 66f71be commit 3d4c250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1976d2d2c91246a37fcb8246b811de735aa6e9a4
refs/heads/master: 43db669730743fcc2a74b641ff4d77781eb15bfa
4 changes: 2 additions & 2 deletions trunk/virt/kvm/coalesced_mmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void kvm_coalesced_mmio_free(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;

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3d4c250

Please sign in to comment.