mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
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:
parent
998bece1d2
commit
f62da559d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user