netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] tcp_cubic: fix typo in module param description
@ 2017-04-19  2:22 Chema Gonzalez
  2017-04-20 20:18 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Chema Gonzalez @ 2017-04-19  2:22 UTC (permalink / raw)
  To: David Miller, Eric Dumazet; +Cc: netdev, Chema Gonzalez

From: Chema Gonzalez <chemag@gmail.com>

Signed-off-by: Chema Gonzalez <chemag@gmail.com>
---
 net/ipv4/tcp_cubic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv4/tcp_cubic.c b/net/ipv4/tcp_cubic.c
index c99230efcd52..0683ba447d77 100644
--- a/net/ipv4/tcp_cubic.c
+++ b/net/ipv4/tcp_cubic.c
@@ -72,7 +72,7 @@ MODULE_PARM_DESC(tcp_friendliness, "turn on/off tcp friendliness");
 module_param(hystart, int, 0644);
 MODULE_PARM_DESC(hystart, "turn on/off hybrid slow start algorithm");
 module_param(hystart_detect, int, 0644);
-MODULE_PARM_DESC(hystart_detect, "hyrbrid slow start detection mechanisms"
+MODULE_PARM_DESC(hystart_detect, "hybrid slow start detection mechanisms"
 		 " 1: packet-train 2: delay 3: both packet-train and delay");
 module_param(hystart_low_window, int, 0644);
 MODULE_PARM_DESC(hystart_low_window, "lower bound cwnd for hybrid slow start");
-- 
2.12.2.816.g2cccc81164-goog

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] tcp_cubic: fix typo in module param description
  2017-04-19  2:22 [PATCH net-next] tcp_cubic: fix typo in module param description Chema Gonzalez
@ 2017-04-20 20:18 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-04-20 20:18 UTC (permalink / raw)
  To: chema; +Cc: edumazet, netdev, chemag

From: Chema Gonzalez <chema@google.com>
Date: Tue, 18 Apr 2017 19:22:23 -0700

> From: Chema Gonzalez <chemag@gmail.com>
> 
> Signed-off-by: Chema Gonzalez <chemag@gmail.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-20 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-19  2:22 [PATCH net-next] tcp_cubic: fix typo in module param description Chema Gonzalez
2017-04-20 20:18 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).