Skip to content

Commit

Permalink
sctp: fix a typo in net/sctp/sm_statetable.c
Browse files Browse the repository at this point in the history
Just fix a typo in net/sctp/sm_statetable.c.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
  • Loading branch information
Wei Yongjun authored and Vlad Yasevich committed Jun 3, 2009
1 parent 945e5ab commit 4553e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sctp/sm_statetable.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ chunk_event_table_unknown[SCTP_STATE_NUM_STATES] = {
TYPE_SCTP_FUNC(sctp_sf_do_prm_asconf), \
/* SCTP_STATE_SHUTDOWN_ACK_SENT */ \
TYPE_SCTP_FUNC(sctp_sf_error_shutdown), \
} /* TYPE_SCTP_PRIMITIVE_REQUESTHEARTBEAT */
} /* TYPE_SCTP_PRIMITIVE_ASCONF */

/* The primary index for this table is the primitive type.
* The secondary index for this table is the state.
Expand Down

0 comments on commit 4553e88

Please sign in to comment.