mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 07:04:10 +08:00
mm/memcontrol.c: fix bad line in comment
Commit 230671533d
("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>
This commit is contained in:
parent
0d3bd18a5e
commit
82ede7ee38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user