Re: [PATCH 8/8] socket: Add SO_TIMESTAMPING_NEW

From: Deepa Dinamani
Date: Sun Nov 25 2018 - 00:07:47 EST


> > + new_tstamp = sock_flag(sk, SOCK_TSTAMP_NEW);
> > + if (new_tstamp)
>
> nit: no need for explicit variable

Sure, will drop it.

-Deepa