mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
mptcp: subflow.c: Fix a typo
s/concerened/concerned/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b18dacab6b
commit
55320b82d6
@ -1081,7 +1081,7 @@ bool mptcp_subflow_data_available(struct sock *sk)
|
||||
* In mptcp, rwin is about the mptcp-level connection data.
|
||||
*
|
||||
* Data that is still on the ssk rx queue can thus be ignored,
|
||||
* as far as mptcp peer is concerened that data is still inflight.
|
||||
* as far as mptcp peer is concerned that data is still inflight.
|
||||
* DSS ACK is updated when skb is moved to the mptcp rx queue.
|
||||
*/
|
||||
void mptcp_space(const struct sock *ssk, int *space, int *full_space)
|
||||
|
Loading…
Reference in New Issue
Block a user