Merge branch 'mptcp-miscellaneous-refactoring-and-small-fixes'
authorJakub Kicinski <kuba@kernel.org>
Sat, 12 Nov 2022 05:19:50 +0000 (21:19 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 12 Nov 2022 05:19:51 +0000 (21:19 -0800)
commit4a432e068ce6bc59e18ab4d576e4dc5abaca42b4
tree6abb8ea589b1e891c4f592c5368dd49850b8bc1c
parentf4c4ca70dedc1bce8e7b1648e652aa9be1d3fcd7
parent4373bf4b72f93af9d045450a44d294953c590e2d
Merge branch 'mptcp-miscellaneous-refactoring-and-small-fixes'

Mat Martineau says:

====================
mptcp: Miscellaneous refactoring and small fixes

Patches 1-3 do some refactoring to more consistently handle sock casts,
and to remove some duplicate code. No functional changes.

Patch 4 corrects a variable name in a self test, but does not change
functionality since the same value gets used due to bash's
scoping rules.

Patch 5 rewords a comment.
====================

Link: https://lore.kernel.org/r/20221110232322.125068-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>