Re: [PATCH v2 net-next] net: socket: use BIT() for MSG_*

From: Menglong Dong
Date: Sun Feb 07 2021 - 09:16:43 EST


On Sun, Feb 7, 2021 at 7:52 PM Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> wrote:
>
> On Sun, Feb 7, 2021 at 6:32 AM <menglong8.dong@xxxxxxxxx> wrote:
> >
> > From: Menglong Dong <dong.menglong@xxxxxxxxxx>
> >
> > The bit mask for MSG_* seems a little confused here. Replace it
> > with BIT() to make it clear to understand.
>
> Now it's confusing which version maintainer should take (you forgot,
> it seems twice, to bump the patch version and mention the changes in
> the changelog).

Sorry, a 'BIT_MASK()' escaped in the first one, and I just thought that the
second one will override the first one, as long as I send it quick enough
before anyone see it:)

Thanks~
Menglong Dong