Message ID | 20210326231608.24407-11-unixbhaskar@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | mptcp: subflow.c: Fix a typo | expand |
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sat, 27 Mar 2021 04:42:46 +0530 you wrote: > s/concerened/concerned/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> > --- > net/mptcp/subflow.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > [...] Here is the summary with links: - mptcp: subflow.c: Fix a typo https://git.kernel.org/netdev/net-next/c/55320b82d634 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/net/mptcp/subflow.c b/net/mptcp/subflow.c index 3d47d670e665..f1b6e4d0b95f 100644 --- a/net/mptcp/subflow.c +++ b/net/mptcp/subflow.c @@ -1076,7 +1076,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)
s/concerened/concerned/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- net/mptcp/subflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.26.2