projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945e5ab
)
sctp: fix a typo in net/sctp/sm_statetable.c
author
Wei Yongjun
<yjwei@cn.fujitsu.com>
Tue, 7 Apr 2009 08:36:14 +0000
(16:36 +0800)
committer
Vlad Yasevich
<vladislav.yasevich@hp.com>
Wed, 3 Jun 2009 13:14:45 +0000
(09:14 -0400)
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>
net/sctp/sm_statetable.c
patch
|
blob
|
blame
|
history
diff --git
a/net/sctp/sm_statetable.c
b/net/sctp/sm_statetable.c
index 5c8186d88c612f1a117b01b5381f9ee0208d105e..6d9b3aafcc5dbd4327a0d5a89e4fa03d4b710e5c 100644
(file)
--- a/
net/sctp/sm_statetable.c
+++ b/
net/sctp/sm_statetable.c
@@
-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.