Documentation: core-api/cpuhotplug: Fix missing prefix

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
This commit is contained in:
Lucas De Marchi 2024-09-27 11:52:29 -07:00 committed by Jonathan Corbet
parent 998bece1d2
commit f62da559d7

View 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