Skip to content

Commit f45a605

Browse files
makelinuxKAGA-KOKO
authored andcommitted
cpu/hotplug: Fix typo in comment
Signed-off-by: Costa Shulyupin <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6ba59ff commit f45a605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)