aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-03-27 23:10:18 +0000
committerEd Maste <emaste@FreeBSD.org>2020-03-27 23:10:18 +0000
commitc012cfe68a691bb509974d174ff6c2a8ac23c28a (patch)
tree076efaf03b8c6d41115f6a4b88f0353d9043ad06 /sys
parentd5d190f2f9cf4547b7527e868d849efea3932451 (diff)
downloadsrc-c012cfe68a691bb509974d174ff6c2a8ac23c28a.tar.gz
src-c012cfe68a691bb509974d174ff6c2a8ac23c28a.zip
sys/netinet: remove spurious doubled ;s
Notes
Notes: svn path=/head/; revision=359381
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_input.c2
-rw-r--r--sys/netinet/tcp_ratelimit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index aee73f7337a6..9750bd69011d 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -1167,7 +1167,7 @@ ip_savecontrol(struct inpcb *inp, struct mbuf **mp, struct ip *ip,
}
if (CHECK_SO_CT(inp->inp_socket, SO_TS_REALTIME_MICRO)) {
struct bintime boottimebin, bt1;
- struct timespec ts1;;
+ struct timespec ts1;
struct timeval tv;
if ((m->m_flags & (M_PKTHDR | M_TSTMP)) == (M_PKTHDR |
diff --git a/sys/netinet/tcp_ratelimit.c b/sys/netinet/tcp_ratelimit.c
index 196384f1c954..2ac4f1d3ad4d 100644
--- a/sys/netinet/tcp_ratelimit.c
+++ b/sys/netinet/tcp_ratelimit.c
@@ -1485,7 +1485,7 @@ tcp_rs_init(void *st __unused)
{
CK_LIST_INIT(&int_rs);
rs_number_alive = 0;
- rs_number_dead = 0;;
+ rs_number_dead = 0;
mtx_init(&rs_mtx, "tcp_rs_mtx", "rsmtx", MTX_DEF);
rl_ifnet_departs = EVENTHANDLER_REGISTER(ifnet_departure_event,
tcp_rl_ifnet_departure,