Skip to content

Commit 82ede7e

Browse files
Qian Caitorvalds
authored andcommitted
mm/memcontrol.c: fix bad line in comment
Commit 2306715 ("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.pw Acked-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Qian Cai <cai@lca.pw> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 0d3bd18 commit 82ede7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/memcontrol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5752,7 +5752,7 @@ struct cgroup_subsys memory_cgrp_subsys = {
57525752
*
57535753
* | memory.current, if memory.current < memory.low
57545754
* low_usage = |
5755-
| 0, otherwise.
5755+
* | 0, otherwise.
57565756
*
57575757
*
57585758
* Such definition of the effective memory.low provides the expected

0 commit comments

Comments
 (0)