From d959c7f524e74c3f2fc44ef3ffddab294797e7d2 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Wed, 25 Apr 2012 11:03:39 +1000 Subject: [PATCH] hugetlb-migrate-memcg-info-from-oldpage-to-new-page-during-migration-fix remove strange double-spaces Cc: Aneesh Kumar K.V Signed-off-by: Andrew Morton --- include/linux/memcontrol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index 4eb13b349e67..b7492f5ff1d7 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h @@ -501,7 +501,7 @@ static inline int mem_cgroup_hugetlb_file_init(int idx) return 0; } -static inline void mem_cgroup_hugetlb_migrate(struct page *oldhpage, +static inline void mem_cgroup_hugetlb_migrate(struct page *oldhpage, struct page *newhpage) { return; -- 2.39.5