projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57816cb
)
sctp: fix cut and paste issue in comment
author
Marcelo Ricardo Leitner
<marcelo.leitner@gmail.com>
Fri, 17 Jul 2015 16:50:21 +0000
(13:50 -0300)
committer
David S. Miller
<davem@davemloft.net>
Tue, 21 Jul 2015 07:21:32 +0000
(
00:21
-0700)
Cookie ACK is always received by the association initiator, so fix the
comment to avoid confusion.
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/sm_statefuns.c
patch
|
blob
|
history
diff --git
a/net/sctp/sm_statefuns.c
b/net/sctp/sm_statefuns.c
index 3ee27b7704ffb95430541507e83973e9207f9672..d7eaa7354cf76148d1a2c9ee3af4fff9a24990fb 100644
(file)
--- a/
net/sctp/sm_statefuns.c
+++ b/
net/sctp/sm_statefuns.c
@@
-853,7
+853,7
@@
nomem:
/*
* Respond to a normal COOKIE ACK chunk.
- * We are the side that is
being asked
for an association.
+ * We are the side that is
asking
for an association.
*
* RFC 2960 5.1 Normal Establishment of an Association
*