[tip:tools/kvm] kvm tools: arm: fixup pre-processor guards for kvm-cpu-arch.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Commit-ID:  ec24eca97b5713fe35d0e78286ea7b316e4e3628
Gitweb:     http://git.kernel.org/tip/ec24eca97b5713fe35d0e78286ea7b316e4e3628
Author:     Will Deacon <will.deacon@xxxxxxx>
AuthorDate: Wed, 5 Dec 2012 16:32:16 +0000
Committer:  Pekka Enberg <penberg@xxxxxxxxxx>
CommitDate: Mon, 10 Dec 2012 09:29:37 +0200

kvm tools: arm: fixup pre-processor guards for kvm-cpu-arch.h

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@xxxxxxx>
Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxx>
---
 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 */
--
To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Stable Commits]     [Linux Stable Kernel]     [Linux Kernel]     [Linux USB Devel]     [Linux Video &Media]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux