Re: [PATCH] netlink: simplify NLMSG_DATA with NLMSG_HDRLEN

From: Chen Li
Date: Thu May 27 2021 - 21:20:56 EST


On Fri, 28 May 2021 00:07:24 +0800,
Jakub Kicinski wrote:
>
> On Thu, 27 May 2021 15:21:36 +0800 Chen Li wrote:
> > The NLMSG_LENGTH(0) may confuse the API users,
> > NLMSG_HDRLEN is much more clear.
> >
> > Besides, some code style problems are also fixed.
> > Signed-off-by: Chen Li <chenli@xxxxxxxxxxxxx>
>
> Looks fine, but you'll need to repost and CC netdev@vger.
>
>

Thanks, done.