Re: [PATCH net 3/4] mptcp: fix kdoc warnings
From: Jakub Kicinski
Date: Thu Feb 05 2026 - 11:00:05 EST
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?