kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Will Deacon <will.deacon@arm.com>
To: kvm@vger.kernel.org
Cc: penberg@kernel.org, marc.zyngier@arm.com,
	Will Deacon <will.deacon@arm.com>
Subject: [PATCH 2/3] kvm tools: arm: fixup pre-processor guards for kvm-cpu-arch.h
Date: Wed,  5 Dec 2012 16:32:16 +0000	[thread overview]
Message-ID: <1354725137-18077-2-git-send-email-will.deacon@arm.com> (raw)
In-Reply-To: <1354725137-18077-1-git-send-email-will.deacon@arm.com>

Cosmetic patch to correct the pre-processor guards for arm in
kvm-cpu-arch.h. It's not something to lose sleep over but I find it
incredibly irritating!

Signed-off-by: Will Deacon <will.deacon@arm.com>
---
 tools/kvm/arm/include/kvm/kvm-cpu-arch.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/kvm/arm/include/kvm/kvm-cpu-arch.h b/tools/kvm/arm/include/kvm/kvm-cpu-arch.h
index 351fbe6..f0aeca2 100644
--- a/tools/kvm/arm/include/kvm/kvm-cpu-arch.h
+++ b/tools/kvm/arm/include/kvm/kvm-cpu-arch.h
@@ -1,5 +1,5 @@
-#ifndef ARM_COMMON__KVM_CPU_ARCH_H
-#define ARM_COMMON__KVM_CPU_ARCH_H
+#ifndef KVM__KVM_CPU_ARCH_H
+#define KVM__KVM_CPU_ARCH_H
 
 #include <linux/kvm.h>
 #include <pthread.h>
@@ -43,4 +43,4 @@ static inline bool kvm_cpu__emulate_io(struct kvm *kvm, u16 port, void *data,
 bool kvm_cpu__emulate_mmio(struct kvm *kvm, u64 phys_addr, u8 *data, u32 len,
 			   u8 is_write);
 
-#endif /* ARM_COMMON__KVM_CPU_ARCH_H */
+#endif /* KVM__KVM_CPU_ARCH_H */
-- 
1.8.0


  reply	other threads:[~2012-12-05 16:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-05 16:32 [PATCH 1/3] kvm-tool: ARM: set interrupt priority mask in secondary boot path Will Deacon
2012-12-05 16:32 ` Will Deacon [this message]
2012-12-05 16:32 ` [PATCH 3/3] kvm tools: allow arch's to provide their own command-line options Will Deacon
2012-12-10  7:30 ` [PATCH 1/3] kvm-tool: ARM: set interrupt priority mask in secondary boot path Pekka Enberg

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=1354725137-18077-2-git-send-email-will.deacon@arm.com \
    --to=will.deacon@arm.com \
    --cc=kvm@vger.kernel.org \
    --cc=marc.zyngier@arm.com \
    --cc=penberg@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;
as well as URLs for NNTP newsgroup(s).