Commit 6a6135b64fda39d931a79090f4da37f1c6da4a8c

Authored by Kirill A. Shutemov
Committed by Linus Torvalds
1 parent 2e72b6347c

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -1070,7 +1070,7 @@
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 1074 * @memcg: The memory cgroup that went over limit
1075 1075 * @p: Task that is going to be killed
1076 1076 *