commit | 77d0cab93909edf1e5740643d788ac2e458b8187 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Sep 25 01:23:02 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 24 20:17:01 2020 -0700 |
tree | 452fe2ebac0b3c96e4d054de1fadc31a419d1587 | |
parent | a1a35529bdf8f0d5da0f9ae10a670fb0ad7df2d3 [diff] |
net: tcp: drop unused function argument from mptcp_incoming_options Since commit cfde141ea3faa30e ("mptcp: move option parsing into mptcp_incoming_options()"), the 3rd function argument is no longer used. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>