]> git.baikalelectronics.ru Git - kernel.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)
committerakpm <akpm@linux-foundation.org>
Mon, 4 Jul 2022 01:08:50 +0000 (18:08 -0700)
commit8a77d01ae691bf323b45d5890ad1c993c41f1920
treead6ee81025209d8de16c00ea95575b0a1b1fd414
parent92fb042b3786b9b837e28928a7aca00c3d9f73f6
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