diff --git a/net/sctp/sm_statetable.c b/net/sctp/sm_statetable.c index 9f1acdb839ad69ee7c6a2b5d3c17dd780c9eaeb0..3190642ee411297a213b39afd51623a71ec6b6e9 100644 --- a/net/sctp/sm_statetable.c +++ b/net/sctp/sm_statetable.c @@ -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"}, \