diff options
author | John Garry <john.garry@huawei.com> | 2021-05-21 11:28:09 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2021-08-10 19:02:37 +0300 |
commit | c91eb2837310a4e8490fb712598aa7d7148e6d7f (patch) | |
tree | f85c23521ffd4a68fc669f776a960e010857411a /include/linux/cpuhotplug.h | |
parent | 844d87871b6e0ac3ceb177535dcdf6e6a9f1fd4b (diff) | |
download | linux-c91eb2837310a4e8490fb712598aa7d7148e6d7f.tar.xz |
cpu/hotplug: Fix comment typo
/s/reatdown/teardown/
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/1621585689-177398-1-git-send-email-john.garry@huawei.com
Diffstat (limited to 'include/linux/cpuhotplug.h')
-rw-r--r-- | include/linux/cpuhotplug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h index f39b34b13871..6ac543d33b66 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. * |