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] KVM: fix checkpatch.pl errors in kvm/coalesced_mmio.h
Date: Tue, 16 Jun 2015 07:34:00 -0400 [thread overview]
Message-ID: <1434454440-6096-2-git-send-email-kmulvey@linux.com> (raw)
In-Reply-To: <1434454440-6096-1-git-send-email-kmulvey@linux.com>
Tabs rather than spaces
Signed-off-by: Kevin Mulvey <kmulvey@linux.com>
---
virt/kvm/coalesced_mmio.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virt/kvm/coalesced_mmio.h b/virt/kvm/coalesced_mmio.h
index b280c20..5cbf190 100644
--- a/virt/kvm/coalesced_mmio.h
+++ b/virt/kvm/coalesced_mmio.h
@@ -24,9 +24,9 @@ struct kvm_coalesced_mmio_dev {
int kvm_coalesced_mmio_init(struct kvm *kvm);
void kvm_coalesced_mmio_free(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);
int kvm_vm_ioctl_unregister_coalesced_mmio(struct kvm *kvm,
- struct kvm_coalesced_mmio_zone *zone);
+ struct kvm_coalesced_mmio_zone *zone);
#else
--
2.4.3
next prev parent reply other threads:[~2015-06-16 11:34 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 ` Kevin Mulvey [this message]
2015-06-17 11:47 ` 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-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 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.