summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ngbe.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-09-20 02:15:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-09-20 02:15:54 +0000
commit8ff08258d3b23a4c74d8aeaabb549d911af3085f (patch)
tree5e41188bb8173fedc30992122227a4b21f656ad0 /sys/dev/pci/if_ngbe.c
parented5be3cd5c0c9d7c05acb4a007ef174dfe1d20a2 (diff)
remove unneeded semicolon
Diffstat (limited to 'sys/dev/pci/if_ngbe.c')
-rw-r--r--sys/dev/pci/if_ngbe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ngbe.c b/sys/dev/pci/if_ngbe.c
index 769c648b5e1..7c7a6eb24b6 100644
--- a/sys/dev/pci/if_ngbe.c
+++ b/sys/dev/pci/if_ngbe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ngbe.c,v 1.5 2024/05/24 06:02:56 jsg Exp $ */
+/* $OpenBSD: if_ngbe.c,v 1.6 2024/09/20 02:15:53 jsg Exp $ */
/*
* Copyright (c) 2015-2017 Beijing WangXun Technology Co., Ltd.
@@ -1707,7 +1707,7 @@ ngbe_initialize_transmit_unit(struct ngbe_softc *sc)
struct tx_ring *txr;
uint64_t tdba;
uint32_t txdctl;
- int i, wait_loop = NGBE_MAX_RX_DESC_POLL;;
+ int i, wait_loop = NGBE_MAX_RX_DESC_POLL;
int error = 0;
/* TDM_CTL.TE must be before Tx queues are enabled */