Skip to content

Commit

Permalink
sctp: fix cut and paste issue in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marcelo Ricardo Leitner authored and David S. Miller committed Jul 21, 2015
1 parent 57816cb commit b52effd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sctp/sm_statefuns.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ sctp_disposition_t sctp_sf_do_5_1D_ce(struct net *net,

/*
* 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
*
Expand Down

0 comments on commit b52effd

Please sign in to comment.