]> git.baikalelectronics.ru Git - kernel.git/commit
net: tcp: drop unused function argument from mptcp_incoming_options
authorFlorian Westphal <fw@strlen.de>
Thu, 24 Sep 2020 23:23:02 +0000 (01:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2020 03:17:01 +0000 (20:17 -0700)
commitde368b3fc2a9393c049493c1063eac0e293afaff
tree452fe2ebac0b3c96e4d054de1fadc31a419d1587
parent64924322422bda4a55402d206d4c8e46e4caf5b4
net: tcp: drop unused function argument from mptcp_incoming_options

Since commit 54b4a666f5ba6b3d ("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>
include/net/mptcp.h
net/ipv4/tcp_input.c
net/mptcp/options.c