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

Commit b52effd2 authored by Marcelo Ricardo Leitner's avatar Marcelo Ricardo Leitner Committed by David S. Miller
Browse files

sctp: fix cut and paste issue in comment



Cookie ACK is always received by the association initiator, so fix the
comment to avoid confusion.

Signed-off-by: default avatarMarcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 57816cbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 *