aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
diff options
context:
space:
mode:
authorElliott Mitchell <ehem+freebsd@m5p.com>2021-08-16 22:51:38 +0000
committerWarner Losh <imp@FreeBSD.org>2022-11-02 15:34:20 +0000
commit21cc0918c779fce7c276b6dcb9e474b90d9293ac (patch)
tree12475d2588363b646fa9a447570bbc45502d8e98 /sys/netinet6
parent923704f7b8efefd988bedd88ab68540332efa3f8 (diff)
downloadsrc-21cc0918c779fce7c276b6dcb9e474b90d9293ac.tar.gz
src-21cc0918c779fce7c276b6dcb9e474b90d9293ac.zip
sys: Nuke double-semicolons
A distinct number of double-semicolons have ended up in FreeBSD. Take a pass at getting rid of many of these harmless typos. Reviewed by: emaste, rrs Pull Request: https://github.com/freebsd/freebsd-src/pull/609 Differential Revision: https://reviews.freebsd.org/D31716
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/ip6_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c
index 99c22343dced..ebb7f7bc6ed1 100644
--- a/sys/netinet6/ip6_output.c
+++ b/sys/netinet6/ip6_output.c
@@ -769,7 +769,7 @@ again:
if (nh == NULL) {
IP6STAT_INC(ip6s_noroute);
/* No ifp in6_ifstat_inc(ifp, ifs6_out_discard); */
- error = EHOSTUNREACH;;
+ error = EHOSTUNREACH;
goto bad;
}