All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpuhotplug.h: Fix comment typo
@ 2021-05-21  8:28 John Garry
  2021-08-10 16:14 ` [tip: smp/core] cpu/hotplug: " tip-bot2 for John Garry
  0 siblings, 1 reply; 2+ messages in thread
From: John Garry @ 2021-05-21  8:28 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel, John Garry

/s/reatdown/teardown/

Signed-off-by: John Garry <john.garry@huawei.com>

diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h
index 4a62b3980642..6c147d70c969 100644
--- a/include/linux/cpuhotplug.h
+++ b/include/linux/cpuhotplug.h
@@ -400,7 +400,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.
  *
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip: smp/core] cpu/hotplug: Fix comment typo
  2021-05-21  8:28 [PATCH] cpuhotplug.h: Fix comment typo John Garry
@ 2021-08-10 16:14 ` tip-bot2 for John Garry
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for John Garry @ 2021-08-10 16:14 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: John Garry, Thomas Gleixner, x86, linux-kernel

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@huawei.com>
AuthorDate:    Fri, 21 May 2021 16:28:09 +08:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
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@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 | 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.
  *

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-10 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21  8:28 [PATCH] cpuhotplug.h: Fix comment typo John Garry
2021-08-10 16:14 ` [tip: smp/core] cpu/hotplug: " tip-bot2 for John Garry

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.