diff options
author | Kirill A. Shutemov <kirill@shutemov.name> | 2010-03-10 18:22:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-12 18:52:37 -0500 |
commit | 6a6135b64fda39d931a79090f4da37f1c6da4a8c (patch) | |
tree | b5ade9fdb3a46a86e0cae9ed4e645ea1e153a7ff /mm | |
parent | 2e72b6347c9459e6cff5634ddc815485bae6985f (diff) |
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 <kirill@shutemov.name>
Cc: Balbir Singh <balbir@linux.vnet.ibm.com>
Cc: Pavel Emelyanov <xemul@openvz.org>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
1070 | } | 1070 | } |
1071 | 1071 | ||
1072 | /** | 1072 | /** |
1073 | * mem_cgroup_print_mem_info: Called from OOM with tasklist_lock held in read mode. | 1073 | * mem_cgroup_print_oom_info: Called from OOM with tasklist_lock held in read mode. |
1074 | * @memcg: The memory cgroup that went over limit | 1074 | * @memcg: The memory cgroup that went over limit |
1075 | * @p: Task that is going to be killed | 1075 | * @p: Task that is going to be killed |
1076 | * | 1076 | * |