Re: [PATCH v2] tcp: remove redundant new line from tcp_event_sk_skb

From: David Miller
Date: Sat Nov 09 2019 - 22:57:13 EST


From: Tony Lu <tonylu@xxxxxxxxxxxxxxxxx>
Date: Sat, 9 Nov 2019 18:43:06 +0800

> This removes '\n' from trace event class tcp_event_sk_skb to avoid
> redundant new blank line and make output compact.
>
> Fixes: af4325ecc24f ("tcp: expose sk_state in tcp_retransmit_skb tracepoint")
> Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>
> Reviewed-by: Yafang Shao <laoar.shao@xxxxxxxxx>
> Signed-off-by: Tony Lu <tonylu@xxxxxxxxxxxxxxxxx>
> ---
> v1->v2:
> - append Fixes tag

Applied and queued up for -stable, thanks.