]> git.ipfire.org Git - thirdparty/linux.git/commit - mm/vmscan.c
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)
committerakpm <akpm@linux-foundation.org>
Mon, 4 Jul 2022 01:08:50 +0000 (18:08 -0700)
commite8da368a1e42a8056d1a6b419e1b91b6cf11d77e
treead6ee81025209d8de16c00ea95575b0a1b1fd414
parent30934843019a18df975217e4a819f1c362994764
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().

[akpm@linux-foundation.org: grammatical fixes]
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