aboutsummaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
diff options
context:
space:
mode:
authorGravatar Justin P. Mattock <justinmattock@gmail.com> 2011-04-08 19:49:08 -0700
committerGravatar Jiri Kosina <jkosina@suse.cz> 2011-04-10 17:01:05 +0200
commit6eab04a87677a37cf15b52e2b4b4fd57917102ad (patch)
treedc92e25473e7e5c9183312d7feeeaeabb2157baf /mm/hugetlb.c
parentsysfs-memory: fix uninitialized variable warning and clean-up code. (diff)
downloadlinux-6eab04a87677a37cf15b52e2b4b4fd57917102ad.tar.gz
linux-6eab04a87677a37cf15b52e2b4b4fd57917102ad.tar.bz2
linux-6eab04a87677a37cf15b52e2b4b4fd57917102ad.zip
treewide: remove extra semicolons
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'mm/hugetlb.c')
-rw-r--r--mm/hugetlb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index bb0b7c128015..838fe25f704c 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -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) {