From f62da559d723544672bd4aba2ef91352661f9a1b Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 27 Sep 2024 11:52:29 -0700 Subject: Documentation: core-api/cpuhotplug: Fix missing prefix Add the missing cpuhp_ prefix in cpuhp_remove_multi_state(). Signed-off-by: Lucas De Marchi Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20240927185229.2362599-1-lucas.demarchi@intel.com --- Documentation/core-api/cpu_hotplug.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/core-api') diff --git a/Documentation/core-api/cpu_hotplug.rst b/Documentation/core-api/cpu_hotplug.rst index a21dbf261be7..e1b0eeabbb5e 100644 --- a/Documentation/core-api/cpu_hotplug.rst +++ b/Documentation/core-api/cpu_hotplug.rst @@ -616,7 +616,7 @@ ONLINE section for notifications on online and offline operation:: .... cpuhp_remove_instance(state, &inst2->node); .... - remove_multi_state(state); + cpuhp_remove_multi_state(state); Testing of hotplug states -- cgit v1.2.3