cpu: Remove stray semicolon
authorMax Kellermann <max.kellermann@ionos.com>
Thu, 22 Feb 2024 11:47:27 +0000 (12:47 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 22 Feb 2024 16:51:14 +0000 (17:51 +0100)
commit266e95786452d97f42dcb9a881bba223584b9648
tree3cf0ad64f887e7c364d735b5a84ae1d33540f997
parentb57b4126dd3bb69db876ae7b271307ab7e0458b9
cpu: Remove stray semicolon

This syntax error was introduced by commit da92df490eea ("cpu: Mark
cpu_possible_mask as __ro_after_init").

Fixes: da92df490eea ("cpu: Mark cpu_possible_mask as __ro_after_init")
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240222114727.1144588-1-max.kellermann@ionos.com
kernel/cpu.c