cpu/hotplug: Fix comment typo
authorJohn Garry <john.garry@huawei.com>
Fri, 21 May 2021 08:28:09 +0000 (16:28 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 10 Aug 2021 16:02:37 +0000 (18:02 +0200)
/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
include/linux/cpuhotplug.h

index f39b34b..6ac543d 100644 (file)
@@ -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.
  *