Re: [PATCH] tcp: fixed whitespace trailing error

From: Jakub Kicinski
Date: Wed Jan 03 2024 - 17:00:55 EST


On Thu, 28 Dec 2023 16:42:50 +0000 Malkoot Khan wrote:
> - rtx_delta = tcp_time_stamp_ts(tp) - (tp->retrans_stamp ?:
> + rtx_delta = tcp_time_stamp_ts(tp) - (tp->retrans_stamp ? :

Don't insert the space between the ? and :, tho, please.
--
pw-bot: cr