[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <de6b9eed-7049-45c6-aa49-ca7990c979c8@moroto.mountain>
Date: Wed, 13 Sep 2023 12:36:29 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Eric Dumazet <edumazet@...gle.com>
Cc: "David S. Miller" <davem@...emloft.net>,
David Ahern <dsahern@...nel.org>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, netdev@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: [PATCH net-next] tcp: indent an if statement
Indent this if statement one tab.
Signed-off-by: Dan Carpenter <dan.carpenter@...aro.org>
---
Applies to net and net-next, but it's just a white space issue so it
should go into net-next.
net/ipv4/tcp_timer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c
index d45c96c7f5a4..18ede5205b9d 100644
--- a/net/ipv4/tcp_timer.c
+++ b/net/ipv4/tcp_timer.c
@@ -394,7 +394,7 @@ static void tcp_probe_timer(struct sock *sk)
if (user_timeout &&
(s32)(tcp_jiffies32 - icsk->icsk_probes_tstamp) >=
msecs_to_jiffies(user_timeout))
- goto abort;
+ goto abort;
}
max_probes = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_retries2);
if (sock_flag(sk, SOCK_DEAD)) {
--
2.39.2
Powered by blists - more mailing lists