Re: [PATCH 6.12.y 1/7] timer/migration: Fix kernel-doc warnings for union tmigr_state
From: Greg KH
Date: Sat Mar 21 2026 - 04:23:03 EST
On Fri, Mar 20, 2026 at 10:44:36PM +0200, Ionut Nechita wrote:
> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
> 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@xxxxxxxxxxxxx>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Link: https://lore.kernel.org/all/20250111063156.910903-1-rdunlap@xxxxxxxxxxxxx
> ---
> kernel/time/timer_migration.h | 21 +++++++++------------
> 1 file changed, 9 insertions(+), 12 deletions(-)
You did not provide the upstream git id for any of these :(
Please resend the series with that added.
thanks,
greg k-h