Commit 038d2710 authored by Art Haas's avatar Art Haas Committed by Linus Torvalds

[PATCH] named initializers fix for net/sctp/sm_statetable.c

parent b24bd424
......@@ -555,7 +555,7 @@ chunk_event_table_unknown[SCTP_STATE_NUM_STATES] = {
.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"}, \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment