Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dan Carpenter and committed by
David S. Miller
4fa5ce3e 13a46acc

+1 -1
+1 -1
net/ipv4/tcp_timer.c
··· 394 394 if (user_timeout && 395 395 (s32)(tcp_jiffies32 - icsk->icsk_probes_tstamp) >= 396 396 msecs_to_jiffies(user_timeout)) 397 - goto abort; 397 + goto abort; 398 398 } 399 399 max_probes = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_retries2); 400 400 if (sock_flag(sk, SOCK_DEAD)) {