Commit 82ede7ee authored by Qian Cai's avatar Qian Cai Committed by Linus Torvalds

mm/memcontrol.c: fix bad line in comment

Commit 23067153 ("mm: memory.low hierarchical behavior") missed an
asterisk in one of the comments.

  mm/memcontrol.c:5774: warning: bad line:                | 0, otherwise.

Link: http://lkml.kernel.org/r/20190301143734.94393-1-cai@lca.pwAcked-by: default avatarSouptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: default avatarQian Cai <cai@lca.pw>
Reviewed-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0d3bd18a
......@@ -5752,7 +5752,7 @@ struct cgroup_subsys memory_cgrp_subsys = {
*
* | memory.current, if memory.current < memory.low
* low_usage = |
| 0, otherwise.
* | 0, otherwise.
*
*
* Such definition of the effective memory.low provides the expected
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment