projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a46ac
)
tcp: indent an if statement
author
Dan Carpenter
<dan.carpenter@linaro.org>
Wed, 13 Sep 2023 09:36:29 +0000
(12:36 +0300)
committer
David S. Miller
<davem@davemloft.net>
Fri, 15 Sep 2023 12:55:50 +0000
(13:55 +0100)
Indent this if statement one tab.
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_timer.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/tcp_timer.c
b/net/ipv4/tcp_timer.c
index 984ab4a0421ed56153d1833a3742da09147e8e5f..d7d64682b068527c24e6d8bd4256dd0d8ef79948 100644
(file)
--- 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)) {