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 1/2] KVM: fix checkpatch.pl errors in kvm/async_pf.h
Date: Tue, 16 Jun 2015 07:33:59 -0400 [thread overview]
Message-ID: <1434454440-6096-1-git-send-email-kmulvey@linux.com> (raw)
fix brace spacing
Signed-off-by: Kevin Mulvey <kmulvey@linux.com>
---
virt/kvm/async_pf.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virt/kvm/async_pf.h b/virt/kvm/async_pf.h
index e7ef6447..ec4cfa2 100644
--- a/virt/kvm/async_pf.h
+++ b/virt/kvm/async_pf.h
@@ -29,8 +29,8 @@ void kvm_async_pf_deinit(void);
void kvm_async_pf_vcpu_init(struct kvm_vcpu *vcpu);
#else
#define kvm_async_pf_init() (0)
-#define kvm_async_pf_deinit() do{}while(0)
-#define kvm_async_pf_vcpu_init(C) do{}while(0)
+#define kvm_async_pf_deinit() do {} while (0)
+#define kvm_async_pf_vcpu_init(C) do {} while (0)
#endif
#endif
--
2.4.3
next reply other threads:[~2015-06-16 11:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-16 11:33 Kevin Mulvey [this message]
2015-06-16 11:34 ` [PATCH 2/2] KVM: fix checkpatch.pl errors in kvm/coalesced_mmio.h Kevin Mulvey
2015-06-17 11:47 ` [PATCH 1/2] KVM: fix checkpatch.pl errors in kvm/async_pf.h Paolo Bonzini
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=1434454440-6096-1-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.