mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jochen Maes <jochen.maes@sejo.be>
To: avi@redhat.com
Cc: linux-kernel@vger.kernel.org, Jochen Maes <jochen.maes@sejo.be>
Subject: [PATCH] virt: kvm: Fix Codestyle
Date: Mon,  8 Feb 2010 11:29:33 +0100	[thread overview]
Message-ID: <1265624973-22707-1-git-send-email-jochen.maes@sejo.be> (raw)

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


             reply	other threads:[~2010-02-08 11:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-08 10:29 Jochen Maes [this message]
2010-02-08 10:34 ` Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1265624973-22707-1-git-send-email-jochen.maes@sejo.be \
    --to=jochen.maes@sejo.be \
    --cc=avi@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®