cpu/hotplug: Delete an extraneous kernel-doc description
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 14 Jan 2024 03:06:15 +0000 (19:06 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 26 Jan 2024 16:44:42 +0000 (17:44 +0100)
commitef7e585bf48013baabc00de1a15753dd7b626a2d
tree04fad68181e872e75cd6cf31fcbb5e768eac426b
parent6613476e225e090cc9aad49be7fa504e290dd33d
cpu/hotplug: Delete an extraneous kernel-doc description

struct cpuhp_cpu_state has an extraneous kernel-doc comment for @cpu.
There is no struct member by that name, so remove the comment to
prevent the kernel-doc warning:

  kernel/cpu.c:85: warning: Excess struct member 'cpu' description in 'cpuhp_cpu_state'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240114030615.30441-1-rdunlap@infradead.org
kernel/cpu.c