Re: [PATCH] usb: typec: add kernel-doc for priority and mode_selection members

From: Greg KH

Date: Fri Mar 13 2026 - 02:26:59 EST


On Thu, Mar 12, 2026 at 10:42:35PM +0100, John S wrote:
> Document the priority and mode_selection members of struct
> typec_altmode that were added without kernel-doc descriptions.
>
> This fixes the following warnings when building with W=1:
>
> include/linux/usb/typec_altmode.h: struct member 'priority' not
> described in 'typec_altmode'
> include/linux/usb/typec_altmode.h: struct member 'mode_selection'
> not described in 'typec_altmode'
>
> Signed-off-by: Kit Dallege <xaum.io@xxxxxxxxx>

Does not match your "From:" line :(

Didn't checkpatch complain about this?

thanks,

greg k-h