treewide: remove extra semicolons
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
9f0af69b2d
commit
6eab04a876
@@ -475,7 +475,7 @@ static struct page *dequeue_huge_page_vma(struct hstate *h,
|
||||
|
||||
/* If reserves cannot be used, ensure enough pages are in the pool */
|
||||
if (avoid_reserve && h->free_huge_pages - h->resv_huge_pages == 0)
|
||||
goto err;;
|
||||
goto err;
|
||||
|
||||
for_each_zone_zonelist_nodemask(zone, z, zonelist,
|
||||
MAX_NR_ZONES - 1, nodemask) {
|
||||
|
Reference in New Issue
Block a user