diff --git a/net/mptcp/protocol.c b/net/mptcp/protocol.c index cb209a57f337..2468faa19b0b 100644 --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c @@ -1988,6 +1988,7 @@ static int __mptcp_recvmsg_mskq(struct mptcp_sock *msk, /* receive buffer autotuning. See tcp_rcv_space_adjust for more information. * * Only difference: Use highest rtt estimate of the subflows in use. + * mptcp_rcv_buf_optimization */ static void mptcp_rcv_space_adjust(struct mptcp_sock *msk, int copied) {