On Thu, Feb 4, 2021 at 10:21 AM Vadim Fedorenko <[email protected]> wrote:
>
> PACKET_TX_TIMESTAMP is defined in if_packet.h but it is not included in
> test. It could be included instead of <netpacket/packet.h> otherwise
> the error of redefinition arrives.
>
> Fixes: 8fe2f761cae9 (net-timestamp: expand documentation)
Needs quotes
Fixes: 8fe2f761cae9 ("net-timestamp: expand documentation")
When resending, can you also revise "It could be included instead .. "
to "Include instead .."
And mention in the commit the other warning fixed at the same time.
Thanks for including that.
> Suggested-by: Willem de Bruijn <[email protected]>
> Signed-off-by: Vadim Fedorenko <[email protected]>