[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [POWERPC][LIBXC] Whitespace cleanup of powerpc64/xc_linux_build.c
# HG changeset patch # User Ryan Harper <ryanh@xxxxxxxxxx> # Date 1168544367 21600 # Node ID 90bba403a710ad82194387a6382fa8e34dfe69f3 # Parent 6b82bbbedbe16aa1fe68991062522c20861b42ea [POWERPC][LIBXC] Whitespace cleanup of powerpc64/xc_linux_build.c Signed-off-by: Ryan Harper <ryanh@xxxxxxxxxx> Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx> --- tools/libxc/powerpc64/xc_linux_build.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff -r 6b82bbbedbe1 -r 90bba403a710 tools/libxc/powerpc64/xc_linux_build.c --- a/tools/libxc/powerpc64/xc_linux_build.c Wed Jan 03 17:20:15 2007 -0600 +++ 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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |