From: Paolo Bonzini <pbonzini@redhat.com>
To: Kevin Mulvey <kevin@kevinmulvey.net>,
Gleb Natapov <gleb@kernel.org>,
kvm@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Kevin Mulvey <kmulvey@linux.com>
Subject: Re: [PATCH 1/2] KVM: fix checkpatch.pl errors in kvm/async_pf.h
Date: Wed, 17 Jun 2015 13:47:33 +0200 [thread overview]
Message-ID: <55815E55.9050304@redhat.com> (raw)
In-Reply-To: <1434454440-6096-1-git-send-email-kmulvey@linux.com>
On 16/06/2015 13:33, Kevin Mulvey wrote:
> 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
>
Applied both, thanks.
Paolo
prev parent reply other threads:[~2015-06-17 11:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-16 11:33 [PATCH 1/2] KVM: fix checkpatch.pl errors in kvm/async_pf.h Kevin Mulvey
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 ` Paolo Bonzini [this message]
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=55815E55.9050304@redhat.com \
--to=pbonzini@redhat.com \
--cc=gleb@kernel.org \
--cc=kevin@kevinmulvey.net \
--cc=kmulvey@linux.com \
--cc=kvm@vger.kernel.org \
--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