netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Malkoot Khan <engr.mkhan1990@gmail.com>
Cc: edumazet@google.com, davem@davemloft.net, dsahern@kernel.org,
	pabeni@redhat.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] tcp: fixed whitespace trailing error
Date: Wed, 3 Jan 2024 14:00:43 -0800	[thread overview]
Message-ID: <20240103140043.1b402839@kernel.org> (raw)
In-Reply-To: <20231228164250.106433-1-engr.mkhan1990@gmail.com>

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

      reply	other threads:[~2024-01-03 22:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-28 16:42 [PATCH] tcp: fixed whitespace trailing error Malkoot Khan
2024-01-03 22:00 ` Jakub Kicinski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240103140043.1b402839@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=engr.mkhan1990@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).