From 905fab4cb0b7c566cf6caf4ee2b0b682fb5aa9c9 Mon Sep 17 00:00:00 2001 From: "Aneesh Kumar K.V" Date: Thu, 3 May 2012 15:43:43 +1000 Subject: [PATCH] hugetlb-use-mmu_gather-instead-of-a-temporary-linked-list-for-accumulating-pages-fix-2 Remove further strange double space. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Andrew Morton --- include/linux/memcontrol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index b7492f5ff1d7..00ecc00f2cb0 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h @@ -464,8 +464,8 @@ extern int mem_cgroup_move_hugetlb_parent(int idx, struct cgroup *cgroup, struct page *page); extern bool mem_cgroup_have_hugetlb_usage(struct cgroup *cgroup); -extern void mem_cgroup_hugetlb_migrate(struct page *oldhpage, - struct page *newhpage); +extern void mem_cgroup_hugetlb_migrate(struct page *oldhpage, + struct page *newhpage); #else static inline int mem_cgroup_hugetlb_charge_page(int idx, unsigned long nr_pages, -- 2.39.5