netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] trivial C99 designated initializer fix for net/sctp/sm_statetable.c
@ 2002-10-07 22:48 Art Haas
  0 siblings, 0 replies; only message in thread
From: Art Haas @ 2002-10-07 22:48 UTC (permalink / raw)
  To: netdev; +Cc: Linus Torvalds

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-07 22:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-07 22:48 [PATCH] trivial C99 designated initializer fix for net/sctp/sm_statetable.c Art Haas

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