netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Art Haas <ahaas@neosoft.com>
To: netdev@oss.sgi.com
Cc: Linus Torvalds <torvalds@transmeta.com>
Subject: [PATCH] trivial C99 designated initializer fix for net/sctp/sm_statetable.c
Date: Mon, 7 Oct 2002 17:48:20 -0500	[thread overview]
Message-ID: <20021007224820.GO9856@debian> (raw)

Hi.

As the subject indicated, the patch is trivial. Patch is against 2.5.41.

Art Haas

--- linux-2.5.41/net/sctp/sm_statetable.c.old	2002-09-28 10:35:14.000000000 -0500
+++ linux-2.5.41/net/sctp/sm_statetable.c	2002-10-07 15:51:59.000000000 -0500
@@ -555,7 +555,7 @@
 	 .name = "sctp_sf_cookie_wait_prm_shutdown"}, \
 	/* SCTP_STATE_COOKIE_ECHOED */ \
 	{.fn = sctp_sf_cookie_echoed_prm_shutdown, \
-	 name:"sctp_sf_cookie_echoed_prm_shutdown"},\
+	 .name = "sctp_sf_cookie_echoed_prm_shutdown"},\
 	/* SCTP_STATE_ESTABLISHED */ \
 	{.fn = sctp_sf_do_9_2_prm_shutdown, \
 	 .name = "sctp_sf_do_9_2_prm_shutdown"}, \
-- 
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759

                 reply	other threads:[~2002-10-07 22:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20021007224820.GO9856@debian \
    --to=ahaas@neosoft.com \
    --cc=netdev@oss.sgi.com \
    --cc=torvalds@transmeta.com \
    /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 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).