From: Eric DeVolder <eric.devolder@oracle.com>
To: xen-devel@lists.xen.org, ian.jackson@eu.citrix.com, wei.liu2@citrix.com
Cc: daniel.kiper@oracle.com
Subject: [replace tabs with spaces] convert tabs into spaces; preserving indentation
Date: Mon, 9 Jan 2017 07:39:19 -0800 [thread overview]
Message-ID: <20170109153919.32104-1-eric.devolder@oracle.com> (raw)
Convert tabs into spaces; preserving indentation
No functional changes
Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
---
tools/libxc/xc_kexec.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/tools/libxc/xc_kexec.c b/tools/libxc/xc_kexec.c
index 989e225192..59e2f076f4 100644
--- a/tools/libxc/xc_kexec.c
+++ b/tools/libxc/xc_kexec.c
@@ -27,8 +27,8 @@ int xc_kexec_exec(xc_interface *xch, int type)
exec->type = type;
ret = xencall2(xch->xcall, __HYPERVISOR_kexec_op,
- KEXEC_CMD_kexec,
- HYPERCALL_BUFFER_AS_ARG(exec));
+ KEXEC_CMD_kexec,
+ HYPERCALL_BUFFER_AS_ARG(exec));
out:
xc_hypercall_buffer_free(xch, exec);
@@ -53,8 +53,8 @@ int xc_kexec_get_range(xc_interface *xch, int range, int nr,
get_range->nr = nr;
ret = xencall2(xch->xcall, __HYPERVISOR_kexec_op,
- KEXEC_CMD_kexec_get_range,
- HYPERCALL_BUFFER_AS_ARG(get_range));
+ KEXEC_CMD_kexec_get_range,
+ HYPERCALL_BUFFER_AS_ARG(get_range));
*size = get_range->size;
*start = get_range->start;
@@ -93,8 +93,8 @@ int xc_kexec_load(xc_interface *xch, uint8_t type, uint16_t arch,
set_xen_guest_handle(load->segments.h, segments);
ret = xencall2(xch->xcall, __HYPERVISOR_kexec_op,
- KEXEC_CMD_kexec_load,
- HYPERCALL_BUFFER_AS_ARG(load));
+ KEXEC_CMD_kexec_load,
+ HYPERCALL_BUFFER_AS_ARG(load));
out:
xc_hypercall_buffer_free(xch, load);
@@ -118,8 +118,8 @@ int xc_kexec_unload(xc_interface *xch, int type)
unload->type = type;
ret = xencall2(xch->xcall, __HYPERVISOR_kexec_op,
- KEXEC_CMD_kexec_unload,
- HYPERCALL_BUFFER_AS_ARG(unload));
+ KEXEC_CMD_kexec_unload,
+ HYPERCALL_BUFFER_AS_ARG(unload));
out:
xc_hypercall_buffer_free(xch, unload);
--
2.11.0
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
reply other threads:[~2017-01-09 15:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20170109153919.32104-1-eric.devolder@oracle.com \
--to=eric.devolder@oracle.com \
--cc=daniel.kiper@oracle.com \
--cc=ian.jackson@eu.citrix.com \
--cc=wei.liu2@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.