The following commit has been merged into the smp/core branch of tip: Commit-ID: c91eb2837310a4e8490fb712598aa7d7148e6d7f Gitweb: https://git.kernel.org/tip/c91eb2837310a4e8490fb712598aa7d7148e6d7f Author: John Garry <john.garry@xxxxxxxxxx> AuthorDate: Fri, 21 May 2021 16:28:09 +08:00 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> CommitterDate: Tue, 10 Aug 2021 18:02:37 +02:00 cpu/hotplug: Fix comment typo /s/reatdown/teardown/ Signed-off-by: John Garry <john.garry@xxxxxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Link: https://lore.kernel.org/r/1621585689-177398-1-git-send-email-john.garry@xxxxxxxxxx --- include/linux/cpuhotplug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h index f39b34b..6ac543d 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -399,7 +399,7 @@ static inline int cpuhp_state_remove_instance(enum cpuhp_state state, /** * cpuhp_state_remove_instance_nocalls - Remove hotplug instance from state - * without invoking the reatdown callback + * without invoking the teardown callback * @state: The state from which the instance is removed * @node: The node for this individual state. *