summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2017-05-11 11:36:21 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2017-05-11 11:36:21 +0000
commit6a6697e76c39845ffbb68f8314073e9d421c2c51 (patch)
tree2d67ab8c4e16cb427b84e15fa130d77747675756 /sys/netinet6/ip6_input.c
parentc90244f6defaa4812914477d29628d6e6cd3fc2c (diff)
Fix white spaces and wrap long line. No binary change.
Diffstat (limited to 'sys/netinet6/ip6_input.c')
-rw-r--r--sys/netinet6/ip6_input.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index 39658ad2cf7..47f422fa7ec 100644
--- a/sys/netinet6/ip6_input.c
+++ b/sys/netinet6/ip6_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_input.c,v 1.184 2017/05/08 08:46:39 rzalamena Exp $ */
+/* $OpenBSD: ip6_input.c,v 1.185 2017/05/11 11:36:20 bluhm Exp $ */
/* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */
/*
@@ -296,9 +296,9 @@ ip6_input(struct mbuf *m)
}
#if NPF > 0
- /*
- * Packet filter
- */
+ /*
+ * Packet filter
+ */
odst = ip6->ip6_dst;
if (pf_test(AF_INET6, PF_IN, ifp, &m) != PF_PASS)
goto bad;
@@ -1400,10 +1400,10 @@ ip6_sysctl(int *name, u_int namelen, void *oldp, size_t *oldlenp,
#endif
case IPV6CTL_MTUDISCTIMEOUT:
error = sysctl_int(oldp, oldlenp, newp, newlen,
- &ip6_mtudisc_timeout);
+ &ip6_mtudisc_timeout);
if (icmp6_mtudisc_timeout_q != NULL)
rt_timer_queue_change(icmp6_mtudisc_timeout_q,
- ip6_mtudisc_timeout);
+ ip6_mtudisc_timeout);
return (error);
case IPV6CTL_IFQUEUE:
return (sysctl_niq(name + 1, namelen - 1,