Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4553e88d authored by Wei Yongjun's avatar Wei Yongjun Committed by Vlad Yasevich
Browse files

sctp: fix a typo in net/sctp/sm_statetable.c



Just fix a typo in net/sctp/sm_statetable.c.

Signed-off-by: default avatarWei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
parent 945e5abc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.