diff options
author | Antoine Tenart <atenart@kernel.org> | 2021-08-03 13:00:16 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-03 14:56:17 +0300 |
commit | 4039146777a91e1576da2bf38e0d8a1061a1ae47 (patch) | |
tree | 1a1b0269373161e69b394b8737b646b1ab4f52a4 /net/mptcp | |
parent | 9fdc5d85a8fe684cdf24dc31c6bc4a727decfe87 (diff) | |
download | linux-4039146777a91e1576da2bf38e0d8a1061a1ae47.tar.xz |
net: ipv6: fix returned variable type in ip6_skb_dst_mtu
The patch fixing the returned value of ip6_skb_dst_mtu (int -> unsigned
int) was rebased between its initial review and the version applied. In
the meantime fade56410c22 was applied, which added a new variable (int)
used as the returned value. This lead to a mismatch between the function
prototype and the variable used as the return value.
Fixes: 40fc3054b458 ("net: ipv6: fix return value of ip6_skb_dst_mtu")
Cc: Vadim Fedorenko <vfedorenko@novek.ru>
Signed-off-by: Antoine Tenart <atenart@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mptcp')
0 files changed, 0 insertions, 0 deletions