summaryrefslogtreecommitdiff
path: root/include/linux/cpuhotplug.h
diff options
context:
space:
mode:
authorJohn Garry <john.garry@huawei.com>2021-05-21 16:28:09 +0800
committerThomas Gleixner <tglx@linutronix.de>2021-08-10 18:02:37 +0200
commitc91eb2837310a4e8490fb712598aa7d7148e6d7f (patch)
treef85c23521ffd4a68fc669f776a960e010857411a /include/linux/cpuhotplug.h
parent844d87871b6e0ac3ceb177535dcdf6e6a9f1fd4b (diff)
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.h2
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.
*