commit | 4fa5ed96f83f09e4a04ff5555a2a7e205364d75d | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Fri Apr 04 13:27:31 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Tue Apr 08 19:51:32 2014 +0100 |
tree | 298c958b7526991dff8c3999ee8a2d13570e5918 | |
parent | c114eb1c2973f47f9eec02ddfe9955c333483014 [diff] |
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>