[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250411160104.79b61fe8@kernel.org>
Date: Fri, 11 Apr 2025 16:01:04 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Breno Leitao <leitao@...ian.org>
Cc: "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Simon Horman
<horms@...nel.org>, David Ahern <dsahern@...nel.org>,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next 1/9] netlink: Introduce nlmsg_payload helper
On Fri, 11 Apr 2025 10:00:48 -0700 Breno Leitao wrote:
> +/**
> + * nlmsg_payload - message payload if the data fits in the len
> + * @nlh: netlink message header
> + * @len: struct length
> + */
W=1 now warns about the lack of Return: statements and we return
the pointer here. We gotta add it to the kdoc.
With that fixed:
Reviewed-by: Jakub Kicinski <kuba@...nel.org>
--
pw-bot: cr
Powered by blists - more mailing lists