cpu: Fix W=1 build kernel-doc warning
authorThorsten Blum <thorsten.blum@toblux.com>
Sun, 25 Aug 2024 22:11:53 +0000 (00:11 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 4 Sep 2024 10:18:10 +0000 (12:18 +0200)
commit8db70faeab9005cbab36e05ba94383075b5cb5db
treed5a4f5c62583e3238140bb8e3d945f400a91b59d
parenteb876ea724835126f215c9a5bcc9e6148e2a6d15
cpu: Fix W=1 build kernel-doc warning

Building the kernel with W=1 generates the following warning:

  kernel/cpu.c:2693: warning: This comment starts with '/**',
        but isn't a kernel-doc comment.

The function topology_is_core_online() is a simple helper function and
doesn't need a kernel-doc comment.

Use a normal comment instead.

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20240825221152.71951-2-thorsten.blum@toblux.com
kernel/cpu.c