public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Chema Gonzalez <chema@google•com>
To: David Miller <davem@davemloft•net>, Eric Dumazet <edumazet@google•com>
Cc: netdev@vger•kernel.org, Chema Gonzalez <chemag@gmail•com>
Subject: [PATCH net-next] tcp_cubic: fix typo in module param description
Date: Tue, 18 Apr 2017 19:22:23 -0700	[thread overview]
Message-ID: <20170419022223.28318-1-chema@google.com> (raw)

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

             reply	other threads:[~2017-04-19  2:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-19  2:22 Chema Gonzalez [this message]
2017-04-20 20:18 ` [PATCH net-next] tcp_cubic: fix typo in module param description David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170419022223.28318-1-chema@google.com \
    --to=chema@google$(echo .)com \
    --cc=chemag@gmail$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox