Skip to content

Commit f62da55

Browse files
Lucas De MarchiJonathan Corbet
authored andcommitted
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
1 parent 998bece commit f62da55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/core-api/cpu_hotplug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ ONLINE section for notifications on online and offline operation::
616616
....
617617
cpuhp_remove_instance(state, &inst2->node);
618618
....
619-
remove_multi_state(state);
619+
cpuhp_remove_multi_state(state);
620620

621621

622622
Testing of hotplug states

0 commit comments

Comments
 (0)