net: ipv6: Fix ipv6_recv_error signature
authorMark Brown <broonie@linaro.org>
Fri, 4 Apr 2014 12:27:31 +0000 (13:27 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 8 Apr 2014 18:51:32 +0000 (19:51 +0100)
commit4fa5ed96f83f09e4a04ff5555a2a7e205364d75d
tree298c958b7526991dff8c3999ee8a2d13570e5918
parentc114eb1c2973f47f9eec02ddfe9955c333483014
net: ipv6: Fix ipv6_recv_error signature

When the ipv6 ping code was backported the code appears to have been
cherry picked from upstream without adjusting the signature of
ipv6_recv_error(). In upstream and in the cherry pick the final addr_len
parameter has been dropped but the v3.10 definition had this argument.
Adjust the definition and all callers to follow the upstream pattern.

Signed-off-by: Mark Brown <broonie@linaro.org>
include/net/ipv6.h
net/ipv6/datagram.c
net/ipv6/raw.c
net/ipv6/udp.c