From: Luca Lemmo <luca@linux.com>
To: stephen@networkplumber.org
Cc: netdev@vger.kernel.org, Luca Lemmo <luca@linux.com>
Subject: [PATCH 3/3] tc: q_{codel,fq_codel}: add missing space in help text
Date: Wed, 16 Mar 2016 17:56:14 +0100 [thread overview]
Message-ID: <1458147374-8899-3-git-send-email-luca@linux.com> (raw)
In-Reply-To: <1458147374-8899-1-git-send-email-luca@linux.com>
Signed-off-by: Luca Lemmo <luca@linux.com>
---
tc/q_codel.c | 2 +-
tc/q_fq_codel.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tc/q_codel.c b/tc/q_codel.c
index c24246c..cff609e 100644
--- a/tc/q_codel.c
+++ b/tc/q_codel.c
@@ -53,7 +53,7 @@
static void explain(void)
{
- fprintf(stderr, "Usage: ... codel [ limit PACKETS ] [ target TIME]\n");
+ fprintf(stderr, "Usage: ... codel [ limit PACKETS ] [ target TIME ]\n");
fprintf(stderr, " [ interval TIME ] [ ecn | noecn ]\n");
fprintf(stderr, " [ ce_threshold TIME ]\n");
}
diff --git a/tc/q_fq_codel.c b/tc/q_fq_codel.c
index 4f747eb..0392c64 100644
--- a/tc/q_fq_codel.c
+++ b/tc/q_fq_codel.c
@@ -51,7 +51,7 @@
static void explain(void)
{
fprintf(stderr, "Usage: ... fq_codel [ limit PACKETS ] [ flows NUMBER ]\n");
- fprintf(stderr, " [ target TIME] [ interval TIME ]\n");
+ fprintf(stderr, " [ target TIME ] [ interval TIME ]\n");
fprintf(stderr, " [ quantum BYTES ] [ [no]ecn ]\n");
fprintf(stderr, " [ ce_threshold TIME ]\n");
}
--
2.7.3
next prev parent reply other threads:[~2016-03-16 16:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-16 16:56 [PATCH 1/3] tc: f_u32: add missing spaces around operators Luca Lemmo
2016-03-16 16:56 ` [PATCH 2/3] tc: f_u32: trivial coding style cleanups Luca Lemmo
2016-03-16 16:56 ` Luca Lemmo [this message]
2016-03-21 18:53 ` [PATCH 1/3] tc: f_u32: add missing spaces around operators Stephen Hemminger
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=1458147374-8899-3-git-send-email-luca@linux.com \
--to=luca@linux.com \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.