diff --git a/net/mptcp/protocol.c b/net/mptcp/protocol.c index 248a1c850fe2..c9da6b6bbc5a 100644 --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c @@ -1915,6 +1915,7 @@ static int __mptcp_recvmsg_mskq(struct sock *sk, /* 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) {