From: Ian Campbell <ian.campbell@citrix.com>
To: xen-devel@lists.xen.org
Cc: Ian Campbell <ian.campbell@citrix.com>
Subject: [PATCH] arm: remove hard tabs
Date: Thu, 15 Mar 2012 15:33:26 +0000 [thread overview]
Message-ID: <1331825606-6968-1-git-send-email-ian.campbell@citrix.com> (raw)
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
next reply other threads:[~2012-03-15 15:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-15 15:33 Ian Campbell [this message]
2012-03-15 17:25 ` [PATCH] arm: remove hard tabs Tim Deegan
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=1331825606-6968-1-git-send-email-ian.campbell@citrix.com \
--to=ian.campbell@citrix.com \
--cc=xen-devel@lists.xen.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).