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>
Fri, 4 Apr 2014 21:24:53 +0000 (22:24 +0100)
commit14a31bfd6672fe6b6c9b152cdafa71863f937504
tree8fdb05bad078d1fc8e84987e81296326e7710a24
parentf91941863d0f0d5ddba5bd57de61f0accb35da6b
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