Skip to content

Commit f45a605

Browse files
makelinuxKAGA-KOKO
authored andcommitted
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
1 parent 6ba59ff commit f45a605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/cpuhotplug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* startup callbacks sequentially from CPUHP_OFFLINE + 1 to CPUHP_ONLINE
2828
* during a CPU online operation. During a CPU offline operation the
2929
* installed teardown callbacks are invoked in the reverse order from
30-
* CPU_ONLINE - 1 down to CPUHP_OFFLINE.
30+
* CPUHP_ONLINE - 1 down to CPUHP_OFFLINE.
3131
*
3232
* The state space has three sections: PREPARE, STARTING and ONLINE.
3333
*

0 commit comments

Comments
 (0)