aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2024-01-13 19:06:15 -0800
committerThomas Gleixner <tglx@linutronix.de>2024-01-26 17:44:42 +0100
commitef7e585bf48013baabc00de1a15753dd7b626a2d (patch)
tree04fad68181e872e75cd6cf31fcbb5e768eac426b /kernel/cpu.c
parent6613476e225e090cc9aad49be7fa504e290dd33d (diff)
downloadlinux-ef7e585bf48013baabc00de1a15753dd7b626a2d.tar.gz
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
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r--kernel/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c
index e6ec3ba4950b4..f05937581f26b 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -54,7 +54,6 @@
* @rollback: Perform a rollback
* @single: Single callback invocation
* @bringup: Single callback bringup or teardown selector
- * @cpu: CPU number
* @node: Remote CPU node; for multi-instance, do a
* single entry callback for install/remove
* @last: For multi-instance rollback, remember how far we got