[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190803083741.24122-1-ptalbert@redhat.com>
Date: Sat, 3 Aug 2019 10:37:41 +0200
From: Patrick Talbert <ptalbert@...hat.com>
To: netdev@...r.kernel.org
Cc: stephen@...workplumber.org
Subject: [PATCH iproute2-next] ss: sctp: fix typo for nodelay
nodealy should be nodelay.
Signed-off-by: Patrick Talbert <ptalbert@...hat.com>
---
misc/ss.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/ss.c b/misc/ss.c
index 0927b192..01b47fed 100644
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -2414,7 +2414,7 @@ static void sctp_stats_print(struct sctp_info *s)
if (s->sctpi_s_pd_point)
out(" pdpoint:%d", s->sctpi_s_pd_point);
if (s->sctpi_s_nodelay)
- out(" nodealy:%d", s->sctpi_s_nodelay);
+ out(" nodelay:%d", s->sctpi_s_nodelay);
if (s->sctpi_s_disable_fragments)
out(" nofrag:%d", s->sctpi_s_disable_fragments);
if (s->sctpi_s_v4mapped)
--
2.18.1
Powered by blists - more mailing lists