timer/migration: Fix kernel-doc warnings for union tmigr_state
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 11 Jan 2025 06:31:56 +0000 (22:31 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 15 Jan 2025 18:49:14 +0000 (19:49 +0100)
commit4477b0601471ba4fc67501b62b78aebd327fefd7
treee6fd510adebc653dcf2e22e9a05190d52da49376
parent4903e1ba798e4d4a9bce1eee0f0285f385d14f15
timer/migration: Fix kernel-doc warnings for union tmigr_state

Use the correct kernel-doc notation for nested structs/unions to
eliminate warnings:

timer_migration.h:119: warning: Incorrect use of kernel-doc format:          * struct - split state of tmigr_group
timer_migration.h:134: warning: Function parameter or struct member 'active' not described in 'tmigr_state'
timer_migration.h:134: warning: Function parameter or struct member 'migrator' not described in 'tmigr_state'
timer_migration.h:134: warning: Function parameter or struct member 'seq' not described in 'tmigr_state'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250111063156.910903-1-rdunlap@infradead.org
kernel/time/timer_migration.h