From: Costa Shulyupin Date: Mon, 25 Mar 2024 16:38:10 +0000 (+0200) Subject: cpu/hotplug: Fix typo in comment X-Git-Tag: v6.11-rc1~229^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f45a6051d582f613f4abc383ae238661f7813302;p=thirdparty%2Flinux.git cpu/hotplug: Fix typo in comment Signed-off-by: Costa Shulyupin Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/r/20240325163810.669459-1-costa.shul@redhat.com --- diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h index 7a5785f405b62..7f6c820c12eb0 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -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. *