tcp: indent an if statement
Indent this if statement one tab. Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
13a46acc05
commit
4fa5ce3e3a
@@ -394,7 +394,7 @@ static void tcp_probe_timer(struct sock *sk)
|
|||||||
if (user_timeout &&
|
if (user_timeout &&
|
||||||
(s32)(tcp_jiffies32 - icsk->icsk_probes_tstamp) >=
|
(s32)(tcp_jiffies32 - icsk->icsk_probes_tstamp) >=
|
||||||
msecs_to_jiffies(user_timeout))
|
msecs_to_jiffies(user_timeout))
|
||||||
goto abort;
|
goto abort;
|
||||||
}
|
}
|
||||||
max_probes = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_retries2);
|
max_probes = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_retries2);
|
||||||
if (sock_flag(sk, SOCK_DEAD)) {
|
if (sock_flag(sk, SOCK_DEAD)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user