summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2022-06-01 03:37:42 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2022-06-01 03:37:42 +0000
commit3d928bff7730dc29e68fd07314d49db45251473b (patch)
treef6eeb2dddeda93d115c06ba966a7061fe73ec6fe /sys
parenteae13ed6913537b3508f1da3b7333c162f3c0926 (diff)
trim some white space
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fdt/if_mvneta.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fdt/if_mvneta.c b/sys/dev/fdt/if_mvneta.c
index a42bb451a7a..4c133042b61 100644
--- a/sys/dev/fdt/if_mvneta.c
+++ b/sys/dev/fdt/if_mvneta.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mvneta.c,v 1.19 2022/06/01 03:34:21 dlg Exp $ */
+/* $OpenBSD: if_mvneta.c,v 1.20 2022/06/01 03:37:41 dlg Exp $ */
/* $NetBSD: if_mvneta.c,v 1.41 2015/04/15 10:15:40 hsuenaga Exp $ */
/*
* Copyright (c) 2007, 2008, 2013 KIYOHARA Takashi
@@ -1860,7 +1860,6 @@ static const struct mvneta_counter mvneta_counters[] = {
{ "rx discard", KSTAT_KV_U_PACKETS, MVNETA_PXDFC },
[mvneta_stat_port_overrun] =
{ "rx overrun", KSTAT_KV_U_PACKETS, MVNETA_POFC },
-
};
CTASSERT(nitems(mvneta_counters) == mvnet_stat_count);