aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/common/memory.c')
-rw-r--r--xen/common/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/memory.c b/xen/common/memory.c
index 576a531480..b3f1417f61 100644
--- a/xen/common/memory.c
+++ b/xen/common/memory.c
@@ -871,6 +871,6 @@ int do_process_page_updates(page_update_request_t *ureqs, int count)
}
- return(0);
+ return 0;
}