Hi Jakub, 05 Feb 2026 16:56:08 Jakub Kicinski <[email protected]>:
> On Thu, 5 Feb 2026 11:56:39 +0100 Matthieu Baerts wrote: >>> diff --git a/include/uapi/linux/mptcp_pm.h b/include/uapi/linux/mptcp_pm.h >>> index c97d060ee90b..fe9863d75350 100644 >>> --- a/include/uapi/linux/mptcp_pm.h >>> +++ b/include/uapi/linux/mptcp_pm.h >>> @@ -11,7 +11,7 @@ >>> #define MPTCP_PM_VER 1 >>> >>> /** >>> - * enum mptcp_event_type >>> + * enum mptcp_event_type - Netlink MPTCP event types >> >> I forgot that this file was auto-generated from a YAML file. >> >> Sorry for the noise, I will send a v2 also adapting the YAML file. > > Hm, do we need some clever way to teach the codegen about short > descriptions? In my case, there was no "doc" for this enum: https://lore.kernel.org/[email protected] Adding it fixes the kdoc warning. Do you mean that the codegen should add a short description even if "doc" is not set? Cheers, Matt

