diff options
| author | Bhaskar Chowdhury <[email protected]> | 2021-03-26 23:12:46 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-03-29 00:31:13 +0000 |
| commit | 55320b82d634b15a6ac6c5cdbbde1ced2cbfa06d (patch) | |
| tree | 860b4784505a89e826a4832c36c7b26187b73437 | |
| parent | mac80211: cfg.c: A typo fix (diff) | |
| download | kernel-55320b82d634b15a6ac6c5cdbbde1ced2cbfa06d.tar.gz kernel-55320b82d634b15a6ac6c5cdbbde1ced2cbfa06d.zip | |
mptcp: subflow.c: Fix a typo
s/concerened/concerned/
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -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) |
