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: Fri, 21 May 2021 16:28:09 +0800 From: John Garry <john.garry@...wei.com> To: <tglx@...utronix.de> CC: <linux-kernel@...r.kernel.org>, John Garry <john.garry@...wei.com> Subject: [PATCH] cpuhotplug.h: Fix comment typo /s/reatdown/teardown/ Signed-off-by: John Garry <john.garry@...wei.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
Powered by blists - more mailing lists