]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - mm/vmstat.c
mm/vmstat.c: fix wrong comment
authorSeongJae Park <sj38.park@gmail.com>
Wed, 6 Sep 2017 23:24:23 +0000 (16:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Sep 2017 00:27:29 +0000 (17:27 -0700)
commitf113e64121ba9f4791332248b315d9f57ee33a6b
tree13d1421e52d0558241ca3846a0dbfe393101c4a4
parent1f522a4856600ac579765b729178f2b3b6a69129
mm/vmstat.c: fix wrong comment

Comment for pagetypeinfo_showblockcount() is mistakenly duplicated from
pagetypeinfo_show_free()'s comment.  This commit fixes it.

Link: http://lkml.kernel.org/r/20170809185816.11244-1-sj38.park@gmail.com
Fixes: 467c996c1e19 ("Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo")
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmstat.c