]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm, docs: fix comments that mention mem_hotplug_end()
authorYun-Ze Li <p76091292@gs.ncku.edu.tw>
Mon, 20 Jun 2022 07:15:16 +0000 (07:15 +0000)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 20 Jul 2022 00:15:11 +0000 (20:15 -0400)
commit9a43ac95041ad03a608015f2cc29881106402c0c
treece8786684a0f1afa797a127b99e01169f380bc94
parent616b44071e3ced78f38e52f6d89a9d94781c5d27
mm, docs: fix comments that mention mem_hotplug_end()

Comments that mention mem_hotplug_end() are confusing as there is no
function called mem_hotplug_end().  Fix them by replacing all the
occurences of mem_hotplug_end() in the comments with mem_hotplug_done().

Link: https://lkml.kernel.org/r/20220620071516.1286101-1-p76091292@gs.ncku.edu.tw
Signed-off-by: Yun-Ze Li <p76091292@gs.ncku.edu.tw>
Cc: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mmzone.h
mm/compaction.c
mm/vmscan.c