[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <989c798c-c320-4cf3-9609-43dea5e5d478@infradead.org>
Date: Wed, 4 Feb 2026 09:36:56 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: "Matthieu Baerts (NGI0)" <matttbe@...nel.org>,
Mat Martineau <martineau@...nel.org>, Geliang Tang <geliang@...nel.org>,
"David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Simon Horman <horms@...nel.org>, Shuah Khan <shuah@...nel.org>
Cc: netdev@...r.kernel.org, mptcp@...ts.linux.dev,
linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org
Subject: Re: [PATCH net 3/4] mptcp: fix kdoc warnings
On 2/4/26 8:57 AM, Matthieu Baerts (NGI0) wrote:
> The following warnings were visible:
>
> $ ./scripts/kernel-doc -Wall -none \
> net/mptcp/ include/net/mptcp.h include/uapi/linux/mptcp*.h \
> include/trace/events/mptcp.h
> Warning: net/mptcp/token.c:108 No description found for return value of 'mptcp_token_new_request'
> Warning: net/mptcp/token.c:151 No description found for return value of 'mptcp_token_new_connect'
> Warning: net/mptcp/token.c:246 No description found for return value of 'mptcp_token_get_sock'
> Warning: net/mptcp/token.c:298 No description found for return value of 'mptcp_token_iter_next'
> Warning: net/mptcp/protocol.c:4431 No description found for return value of 'mptcp_splice_read'
> Warning: include/uapi/linux/mptcp_pm.h:13 missing initial short description on line:
> * enum mptcp_event_type
>
> Address all of them: either by using the 'Return:' keyword, or by adding
> a missing initial short description.
>
> The MPTCP CI will soon report issues with kdoc to avoid introducing new
> issues and being flagged by the Netdev CI.
>
> Reviewed-by: Geliang Tang <geliang@...nel.org>
> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@...nel.org>
> ---
> include/uapi/linux/mptcp_pm.h | 2 +-
> net/mptcp/token.c | 16 +++++++++-------
> 2 files changed, 10 insertions(+), 8 deletions(-)
LGTM. Thanks.
Reviewed-by: Randy Dunlap <rdunlap@...radead.org>
--
~Randy
Powered by blists - more mailing lists