From: Qian Cai <cai@xxxxxx> Subject: mm/memcontrol.c: fix bad line in comment 230671533d64 ("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@xxxxxx Acked-by: Souptick Joarder <jrdr.linux@xxxxxxxxx> Signed-off-by: Qian Cai <cai@xxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/memcontrol.c~memcg-fix-a-bad-line +++ a/mm/memcontrol.c @@ -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 _