Skip to content

Commit ad66411

Browse files
Colin Ian Kingdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 1734055 commit ad66411

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

net/ipv4/Kconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -661,13 +661,13 @@ config TCP_CONG_BBR
661661

662662
BBR (Bottleneck Bandwidth and RTT) TCP congestion control aims to
663663
maximize network utilization and minimize queues. It builds an explicit
664-
model of the the bottleneck delivery rate and path round-trip
665-
propagation delay. It tolerates packet loss and delay unrelated to
666-
congestion. It can operate over LAN, WAN, cellular, wifi, or cable
667-
modem links. It can coexist with flows that use loss-based congestion
668-
control, and can operate with shallow buffers, deep buffers,
669-
bufferbloat, policers, or AQM schemes that do not provide a delay
670-
signal. It requires the fq ("Fair Queue") pacing packet scheduler.
664+
model of the bottleneck delivery rate and path round-trip propagation
665+
delay. It tolerates packet loss and delay unrelated to congestion. It
666+
can operate over LAN, WAN, cellular, wifi, or cable modem links. It can
667+
coexist with flows that use loss-based congestion control, and can
668+
operate with shallow buffers, deep buffers, bufferbloat, policers, or
669+
AQM schemes that do not provide a delay signal. It requires the fq
670+
("Fair Queue") pacing packet scheduler.
671671

672672
choice
673673
prompt "Default TCP congestion control"

0 commit comments

Comments
 (0)