From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH] arm: remove hard tabs Date: Thu, 15 Mar 2012 15:33:26 +0000 Message-ID: <1331825606-6968-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org 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 --- 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 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