remove needless comment
authorjmatthew <jmatthew@openbsd.org>
Tue, 9 Jan 2024 04:32:29 +0000 (04:32 +0000)
committerjmatthew <jmatthew@openbsd.org>
Tue, 9 Jan 2024 04:32:29 +0000 (04:32 +0000)
sys/dev/pci/if_bnxt.c

index dfd9392..94b80f0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_bnxt.c,v 1.41 2024/01/09 04:29:46 jmatthew Exp $   */
+/*     $OpenBSD: if_bnxt.c,v 1.42 2024/01/09 04:32:29 jmatthew Exp $   */
 /*-
  * Broadcom NetXtreme-C/E network driver.
  *
@@ -1003,8 +1003,6 @@ bnxt_queue_down(struct bnxt_softc *sc, struct bnxt_queue *bq)
        struct bnxt_rx_queue *rx = &bq->q_rx;
        struct bnxt_tx_queue *tx = &bq->q_tx;
 
-       /* empty rx ring first i guess */
-
        bnxt_free_slots(sc, tx->tx_slots, tx->tx_ring.ring_size,
            tx->tx_ring.ring_size);
        tx->tx_slots = NULL;