Documentation: core-api/cpuhotplug: Fix missing prefix
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 27 Sep 2024 18:52:29 +0000 (11:52 -0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 7 Oct 2024 17:50:54 +0000 (11:50 -0600)
Add the missing cpuhp_ prefix in cpuhp_remove_multi_state().

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240927185229.2362599-1-lucas.demarchi@intel.com
Documentation/core-api/cpu_hotplug.rst

index a21dbf2..e1b0eea 100644 (file)
@@ -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