aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/arm32
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-04-26 17:20:39 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-04-30 11:42:57 +0100
commitdea0a7c81ea948567308d2a9f1f9ef51a94cefa9 (patch)
treea8d34a3cee6bb7b0a08d1b5afcf591aab14f6d25 /xen/include/asm-arm/arm32
parent7be7b15dde4364b6f524aa9330a283c60b7708ea (diff)
downloadxen-dea0a7c81ea948567308d2a9f1f9ef51a94cefa9.tar.gz
xen-dea0a7c81ea948567308d2a9f1f9ef51a94cefa9.tar.bz2
xen-dea0a7c81ea948567308d2a9f1f9ef51a94cefa9.zip
More emacs local variable block fixes.
The emacs variable to set the C style from a local variable block is c-file-style, not c-set-style. These were either missed by 82639998a5f2 or have crept back in since. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/asm-arm/arm32')
-rw-r--r--xen/include/asm-arm/arm32/atomic.h2
-rw-r--r--xen/include/asm-arm/arm32/flushtlb.h2
-rw-r--r--xen/include/asm-arm/arm32/page.h2
-rw-r--r--xen/include/asm-arm/arm32/processor.h2
-rw-r--r--xen/include/asm-arm/arm32/spinlock.h2
-rw-r--r--xen/include/asm-arm/arm32/system.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/xen/include/asm-arm/arm32/atomic.h b/xen/include/asm-arm/arm32/atomic.h
index 4ee6626e6d..523c7453da 100644
--- a/xen/include/asm-arm/arm32/atomic.h
+++ b/xen/include/asm-arm/arm32/atomic.h
@@ -144,7 +144,7 @@ static inline void atomic_clear_mask(unsigned long mask, unsigned long *addr)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* indent-tabs-mode: nil
* End:
diff --git a/xen/include/asm-arm/arm32/flushtlb.h b/xen/include/asm-arm/arm32/flushtlb.h
index e6dabd4765..a258f58daa 100644
--- a/xen/include/asm-arm/arm32/flushtlb.h
+++ b/xen/include/asm-arm/arm32/flushtlb.h
@@ -27,7 +27,7 @@ static inline void flush_tlb_all_local(void)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* indent-tabs-mode: nil
* End:
diff --git a/xen/include/asm-arm/arm32/page.h b/xen/include/asm-arm/arm32/page.h
index d295316d69..38bcffde6d 100644
--- a/xen/include/asm-arm/arm32/page.h
+++ b/xen/include/asm-arm/arm32/page.h
@@ -118,7 +118,7 @@ static inline uint64_t gva_to_ipa_par(vaddr_t va)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* tab-width: 4
* indent-tabs-mode: nil
diff --git a/xen/include/asm-arm/arm32/processor.h b/xen/include/asm-arm/arm32/processor.h
index a782d9693d..cd79170544 100644
--- a/xen/include/asm-arm/arm32/processor.h
+++ b/xen/include/asm-arm/arm32/processor.h
@@ -113,7 +113,7 @@ struct cpu_user_regs
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* indent-tabs-mode: nil
* End:
diff --git a/xen/include/asm-arm/arm32/spinlock.h b/xen/include/asm-arm/arm32/spinlock.h
index a7bcdbf48e..4a11a97b93 100644
--- a/xen/include/asm-arm/arm32/spinlock.h
+++ b/xen/include/asm-arm/arm32/spinlock.h
@@ -134,7 +134,7 @@ static inline void _raw_write_unlock(raw_rwlock_t *rw)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* indent-tabs-mode: nil
* End:
diff --git a/xen/include/asm-arm/arm32/system.h b/xen/include/asm-arm/arm32/system.h
index f28879d046..60148cb61a 100644
--- a/xen/include/asm-arm/arm32/system.h
+++ b/xen/include/asm-arm/arm32/system.h
@@ -181,7 +181,7 @@ static inline int local_fiq_is_enabled(void)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* indent-tabs-mode: nil
* End: