From: Kevin Mulvey <kevin@kevinmulvey.net>
To: Gleb Natapov <gleb@kernel.org>,
Paolo Bonzini <pbonzini@redhat.com>,
kvm@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Kevin Mulvey <kmulvey@linux.com>
Subject: [PATCH 2/2] [PATCH] fix checkpatch.pl errors in kvm/irqchip.c
Date: Fri, 20 Feb 2015 08:21:37 -0500 [thread overview]
Message-ID: <1424438497-9840-2-git-send-email-kmulvey@linux.com> (raw)
In-Reply-To: <1424438497-9840-1-git-send-email-kmulvey@linux.com>
Fix whitespace around while
Signed-off-by: Kevin Mulvey <kmulvey@linux.com>
---
virt/kvm/irqchip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virt/kvm/irqchip.c b/virt/kvm/irqchip.c
index 7f256f3..1d56a90 100644
--- a/virt/kvm/irqchip.c
+++ b/virt/kvm/irqchip.c
@@ -105,7 +105,7 @@ int kvm_set_irq(struct kvm *kvm, int irq_source_id, u32 irq, int level,
i = kvm_irq_map_gsi(kvm, irq_set, irq);
srcu_read_unlock(&kvm->irq_srcu, idx);
- while(i--) {
+ while (i--) {
int r;
r = irq_set[i].set(&irq_set[i], kvm, irq_source_id, level,
line_status);
--
2.1.0
next prev parent reply other threads:[~2015-02-20 13:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-20 13:21 [PATCH 1/2] white space formatting in kvm_main.c Kevin Mulvey
2015-02-20 13:21 ` Kevin Mulvey [this message]
2015-02-25 22:31 ` Marcelo Tosatti
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=1424438497-9840-2-git-send-email-kmulvey@linux.com \
--to=kevin@kevinmulvey.net \
--cc=gleb@kernel.org \
--cc=kmulvey@linux.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pbonzini@redhat.com \
/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