xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: remove hard tabs
@ 2012-03-15 15:33 Ian Campbell
  2012-03-15 17:25 ` Tim Deegan
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Campbell @ 2012-03-15 15:33 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell

The only hard tabs remaining in xen/arch/arm and xen/include/asm-arm are now
only in .S files and .[ch] imported from Linux

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 xen/arch/arm/domctl.c      |    2 +-
 xen/arch/arm/sysctl.c      |    4 ++--
 xen/include/asm-arm/numa.h |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/xen/arch/arm/domctl.c b/xen/arch/arm/domctl.c
index d957f21..1a5f79f 100644
--- a/xen/arch/arm/domctl.c
+++ b/xen/arch/arm/domctl.c
@@ -13,7 +13,7 @@
 long arch_do_domctl(struct xen_domctl *domctl,
                     XEN_GUEST_HANDLE(xen_domctl_t) u_domctl)
 {
-	return -ENOSYS;
+    return -ENOSYS;
 }
 
 /*
diff --git a/xen/arch/arm/sysctl.c b/xen/arch/arm/sysctl.c
index 50101c7..e8e1c0d 100644
--- a/xen/arch/arm/sysctl.c
+++ b/xen/arch/arm/sysctl.c
@@ -13,9 +13,9 @@
 #include <public/sysctl.h>
 
 long arch_do_sysctl(struct xen_sysctl *sysctl,
-		    XEN_GUEST_HANDLE(xen_sysctl_t) u_sysctl)
+                    XEN_GUEST_HANDLE(xen_sysctl_t) u_sysctl)
 {
-	return -ENOSYS;
+    return -ENOSYS;
 }
 
 /*
diff --git a/xen/include/asm-arm/numa.h b/xen/include/asm-arm/numa.h
index cffee5c..1b060e6 100644
--- a/xen/include/asm-arm/numa.h
+++ b/xen/include/asm-arm/numa.h
@@ -3,11 +3,11 @@
 
 /* Fake one node for now... */
 #define cpu_to_node(cpu) 0
-#define node_to_cpumask(node)	(cpu_online_map)
+#define node_to_cpumask(node)   (cpu_online_map)
 
 static inline __attribute__((pure)) int phys_to_nid(paddr_t addr)
 {
-        return 0;
+    return 0;
 }
 
 #endif /* __ARCH_ARM_NUMA_H */
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-15 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-15 15:33 [PATCH] arm: remove hard tabs Ian Campbell
2012-03-15 17:25 ` Tim Deegan

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).