Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Lucas De Marchi and committed by
Jonathan Corbet
f62da559 998bece1

+1 -1
+1 -1
Documentation/core-api/cpu_hotplug.rst
··· 616 616 .... 617 617 cpuhp_remove_instance(state, &inst2->node); 618 618 .... 619 - remove_multi_state(state); 619 + cpuhp_remove_multi_state(state); 620 620 621 621 622 622 Testing of hotplug states