mptcp: fix warning reported by checkpatch (with --codespell):
fastopen.c:30: 'belown' may be misspelled - perhaps 'belong'?
(while at it...)
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
---
net/mptcp/fastopen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mptcp/fastopen.c b/net/mptcp/fastopen.c
index 4a85e1110328..a3ec92c1e1fe 100644
--- a/net/mptcp/fastopen.c
+++ b/net/mptcp/fastopen.c
@@ -27,7 +27,7 @@ void mptcp_fastopen_subflow_synack_set_params(struct mptcp_subflow_context *subf
skb_ext_reset(skb);
skb_orphan(skb);
- /* We copy the fastopen data, but that don't belown to the mptcp sequence
+ /* We copy the fastopen data, but that don't belong to the mptcp sequence
* space, need to offset it in the subflow sequence, see mptcp_subflow_get_map_offset()
*/
tp->copied_seq += skb->len;
--
2.37.2