mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue