lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 10 Aug 2021 16:14:41 -0000 From: "tip-bot2 for John Garry" <tip-bot2@...utronix.de> To: linux-tip-commits@...r.kernel.org Cc: John Garry <john.garry@...wei.com>, Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org, linux-kernel@...r.kernel.org Subject: [tip: smp/core] cpu/hotplug: Fix comment typo 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@...wei.com> AuthorDate: Fri, 21 May 2021 16:28:09 +08:00 Committer: Thomas Gleixner <tglx@...utronix.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@...wei.com> Signed-off-by: Thomas Gleixner <tglx@...utronix.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. *
Powered by blists - more mailing lists