public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] virt: kvm: Fix Codestyle
@ 2010-02-08 10:29 Jochen Maes
  2010-02-08 10:34 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Jochen Maes @ 2010-02-08 10:29 UTC (permalink / raw)
  To: avi; +Cc: linux-kernel, Jochen Maes

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

Signed-off-by: Jochen Maes <jochen.maes@sejo.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] virt: kvm: Fix Codestyle
  2010-02-08 10:29 [PATCH] virt: kvm: Fix Codestyle Jochen Maes
@ 2010-02-08 10:34 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2010-02-08 10:34 UTC (permalink / raw)
  To: Jochen Maes; +Cc: linux-kernel

On 02/08/2010 12:29 PM, Jochen Maes wrote:
> Fixed 2 codestyle issues in virt/kvm/coalesced.c
>
>    

Applied, thanks.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-08 11:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 10:29 [PATCH] virt: kvm: Fix Codestyle Jochen Maes
2010-02-08 10:34 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox