cpu/hotplug: Fix typo in comment
Signed-off-by: Costa Shulyupin <costa.shul@redhat.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20240325163810.669459-1-costa.shul@redhat.com
This commit is contained in:
committed by
Thomas Gleixner
parent
6ba59ff422
commit
f45a6051d5
@@ -27,7 +27,7 @@
|
||||
* startup callbacks sequentially from CPUHP_OFFLINE + 1 to CPUHP_ONLINE
|
||||
* during a CPU online operation. During a CPU offline operation the
|
||||
* installed teardown callbacks are invoked in the reverse order from
|
||||
* CPU_ONLINE - 1 down to CPUHP_OFFLINE.
|
||||
* CPUHP_ONLINE - 1 down to CPUHP_OFFLINE.
|
||||
*
|
||||
* The state space has three sections: PREPARE, STARTING and ONLINE.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user