diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 00:12:46 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-29 02:31:13 +0200 |
commit | 55320b82d634b15a6ac6c5cdbbde1ced2cbfa06d (patch) | |
tree | 860b4784505a89e826a4832c36c7b26187b73437 /net/mptcp/subflow.c | |
parent | mac80211: cfg.c: A typo fix (diff) | |
download | linux-55320b82d634b15a6ac6c5cdbbde1ced2cbfa06d.tar.xz linux-55320b82d634b15a6ac6c5cdbbde1ced2cbfa06d.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | net/mptcp/subflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mptcp/subflow.c b/net/mptcp/subflow.c index d17d39ccdf34..6c074d3db0ed 100644 --- a/net/mptcp/subflow.c +++ b/net/mptcp/subflow.c @@ -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) |