From: John Garry Date: Fri, 21 May 2021 08:28:09 +0000 (+0800) Subject: cpu/hotplug: Fix comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c91eb2837310a4e8490fb712598aa7d7148e6d7f;p=linux.git cpu/hotplug: Fix comment typo /s/reatdown/teardown/ Signed-off-by: John Garry Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/r/1621585689-177398-1-git-send-email-john.garry@huawei.com --- diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h index f39b34b138710..6ac543d33b664 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. *