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

From: Greg Kroah-Hartman

Date: Mon Mar 16 2026 - 02:17:38 EST


On Sun, Mar 15, 2026 at 03:57:41PM +0100, Kit Dallege 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>
> Signed-off-by: kovan <xaum.io@xxxxxxxxx>

Please use your name, not an alias, to sign off on a patch. And no need
to list it twice.

Also, where are the other 5 patches here?

thanks,

greg k-h