]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/xen/balloon.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[net-next-2.6.git] / drivers / xen / balloon.c
index 1b7123eb5d7b8e70926938b5fc4a9c4b451d5522..d31505b6f7a465fd965257210da53466cc83e34e 100644 (file)
@@ -210,7 +210,7 @@ static int increase_reservation(unsigned long nr_pages)
        page = balloon_first_page();
        for (i = 0; i < nr_pages; i++) {
                BUG_ON(page == NULL);
-               frame_list[i] = page_to_pfn(page);;
+               frame_list[i] = page_to_pfn(page);
                page = balloon_next_page(page);
        }