]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cpu/hotplug: Fix typo in comment
authorCosta Shulyupin <costa.shul@redhat.com>
Mon, 25 Mar 2024 16:38:10 +0000 (18:38 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 17 Jun 2024 13:17:44 +0000 (15:17 +0200)
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
include/linux/cpuhotplug.h

index 7a5785f405b626c4591e796b096d6c081695e855..7f6c820c12eb08f0a67bf8b147019ee25479ef13 100644 (file)
@@ -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.
  *