diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-08-17 23:44:25 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-18 16:02:16 -0700 |
commit | ad6641189c5935192a15eeb4b369dd04ebedfabb (patch) | |
tree | 273fb0ba48d59490aded2a9f1560a7e771a02a44 /net | |
parent | 17340552ce449ab55e3ccbfc2af1bcc600b4fbb5 (diff) | |
download | linux-stable-ad6641189c5935192a15eeb4b369dd04ebedfabb.tar.gz linux-stable-ad6641189c5935192a15eeb4b369dd04ebedfabb.tar.bz2 linux-stable-ad6641189c5935192a15eeb4b369dd04ebedfabb.zip |
net: ipv4: remove duplicate "the the" phrase in Kconfig text
The Kconfig help text contains the phrase "the the" in the help
text. Fix this and reformat the block of help text.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 60db5a6487cc..87983e70f03f 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -661,13 +661,13 @@ config TCP_CONG_BBR BBR (Bottleneck Bandwidth and RTT) TCP congestion control aims to maximize network utilization and minimize queues. It builds an explicit - model of the the bottleneck delivery rate and path round-trip - propagation delay. It tolerates packet loss and delay unrelated to - congestion. It can operate over LAN, WAN, cellular, wifi, or cable - modem links. It can coexist with flows that use loss-based congestion - control, and can operate with shallow buffers, deep buffers, - bufferbloat, policers, or AQM schemes that do not provide a delay - signal. It requires the fq ("Fair Queue") pacing packet scheduler. + model of the bottleneck delivery rate and path round-trip propagation + delay. It tolerates packet loss and delay unrelated to congestion. It + can operate over LAN, WAN, cellular, wifi, or cable modem links. It can + coexist with flows that use loss-based congestion control, and can + operate with shallow buffers, deep buffers, bufferbloat, policers, or + AQM schemes that do not provide a delay signal. It requires the fq + ("Fair Queue") pacing packet scheduler. choice prompt "Default TCP congestion control" |