aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/mip6.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/mip6.c')
-rw-r--r--net/ipv6/mip6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/mip6.c b/net/ipv6/mip6.c
index 681bb077eacc..0afcabdd8ed6 100644
--- a/net/ipv6/mip6.c
+++ b/net/ipv6/mip6.c
@@ -333,7 +333,7 @@ static struct xfrm_type mip6_destopt_type =
333 .destructor = mip6_destopt_destroy, 333 .destructor = mip6_destopt_destroy,
334 .input = mip6_destopt_input, 334 .input = mip6_destopt_input,
335 .output = mip6_destopt_output, 335 .output = mip6_destopt_output,
336 .reject = mip6_destopt_reject, 336 .reject = mip6_destopt_reject,
337 .hdr_offset = mip6_destopt_offset, 337 .hdr_offset = mip6_destopt_offset,
338 .local_addr = mip6_xfrm_addr, 338 .local_addr = mip6_xfrm_addr,
339}; 339};