1 files changed, 4 insertions(+), 4 deletions(-)
tools/libxc/powerpc64/xc_linux_build.c | 8 ++++----
# HG changeset patch
# User Ryan Harper <ryanh@xxxxxxxxxx>
# Date 1168544367 21600
# Node ID 301aa30e95e2a7a76f98c4fbad5f3da4c4aaab42
# Parent db52c7d043bb2a7f3dc67f4f2fb4f6498b92e558
[PATCH] Whitespace cleanup of powerpc64/xc_linux_build.c
Signed-off-by: Ryan Harper <ryanh@xxxxxxxxxx>
diff -r db52c7d043bb -r 301aa30e95e2 tools/libxc/powerpc64/xc_linux_build.c
--- a/tools/libxc/powerpc64/xc_linux_build.c Tue Dec 19 09:20:58 2006 -0500
+++ b/tools/libxc/powerpc64/xc_linux_build.c Thu Jan 11 13:39:27 2007 -0600
@@ -187,9 +187,9 @@ out:
}
static unsigned long create_start_info(
- void *devtree, start_info_t *start_info,
+ void *devtree, start_info_t *start_info,
unsigned int console_evtchn, unsigned int store_evtchn,
- unsigned long nr_pages, unsigned long rma_pages)
+ unsigned long nr_pages, unsigned long rma_pages)
{
unsigned long start_info_addr;
uint64_t rma_top;
@@ -260,8 +260,8 @@ int xc_linux_build(int xc_handle,
rma_pages = get_rma_pages(devtree);
if (rma_pages == 0) {
- rc = -1;
- goto out;
+ rc = -1;
+ goto out;
}
if (get_rma_page_array(xc_handle, domid, &page_array, rma_pages)) {
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|