netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next] ss: sctp: fix typo for nodelay
@ 2019-08-03  8:37 Patrick Talbert
  2019-08-06 15:51 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Talbert @ 2019-08-03  8:37 UTC (permalink / raw)
  To: netdev; +Cc: stephen

nodealy should be nodelay.

Signed-off-by: Patrick Talbert <ptalbert@redhat.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


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

* Re: [PATCH iproute2-next] ss: sctp: fix typo for nodelay
  2019-08-03  8:37 [PATCH iproute2-next] ss: sctp: fix typo for nodelay Patrick Talbert
@ 2019-08-06 15:51 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2019-08-06 15:51 UTC (permalink / raw)
  To: Patrick Talbert; +Cc: netdev

On Sat,  3 Aug 2019 10:37:41 +0200
Patrick Talbert <ptalbert@redhat.com> wrote:

> nodealy should be nodelay.
> 
> Signed-off-by: Patrick Talbert <ptalbert@redhat.com>

Both patches applied to current iproute2

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

end of thread, other threads:[~2019-08-06 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-03  8:37 [PATCH iproute2-next] ss: sctp: fix typo for nodelay Patrick Talbert
2019-08-06 15:51 ` Stephen Hemminger

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).