From: Kirill A. Shutemov Date: Wed, 10 Mar 2010 23:22:25 +0000 (-0800) Subject: memcg: typo in comment to mem_cgroup_print_oom_info() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6a6135b64fda39d931a79090f4da37f1c6da4a8c;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git memcg: typo in comment to mem_cgroup_print_oom_info() s/mem_cgroup_print_mem_info/mem_cgroup_print_oom_info/ Signed-off-by: Kirill A. Shutemov Cc: Balbir Singh Cc: Pavel Emelyanov Cc: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 649df435b8e2..a82464b6e3d2 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -1070,7 +1070,7 @@ static int mem_cgroup_count_children_cb(struct mem_cgroup *mem, void *data) } /** - * mem_cgroup_print_mem_info: Called from OOM with tasklist_lock held in read mode. + * mem_cgroup_print_oom_info: Called from OOM with tasklist_lock held in read mode. * @memcg: The memory cgroup that went over limit * @p: Task that is going to be killed *