tcp: fix formatting in sysctl_net_ipv4.c
authorDavid Morley <morleyd@google.com>
Tue, 6 Jun 2023 18:12:33 +0000 (18:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Jun 2023 09:57:28 +0000 (10:57 +0100)
commit0824a987a58070470351906590a89fa5e0f88ba1
tree77201f74b11823193bb316485be05f5e720a9fe2
parentcad7526f33ce1e7d387d1d0568a089e41deec5c2
tcp: fix formatting in sysctl_net_ipv4.c

Fix incorrectly formatted tcp_syn_linear_timeouts sysctl in the
ipv4_net_table.

Fixes: ccce324dabfe ("tcp: make the first N SYN RTO backoffs linear")
Signed-off-by: David Morley <morleyd@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Tested-by: David Morley <morleyd@google.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/sysctl_net_ipv4.c