trivial: remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -214,7 +214,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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user