Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci if_bnx.c: fix misleading indentation



details:   https://anonhg.NetBSD.org/src/rev/173e56d305be
branches:  trunk
changeset: 952674:173e56d305be
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Feb 14 14:05:03 2021 +0000

description:
if_bnx.c: fix misleading indentation

suggested by rillig@

diffstat:

 sys/dev/pci/if_bnx.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8e4ca9243f90 -r 173e56d305be sys/dev/pci/if_bnx.c
--- a/sys/dev/pci/if_bnx.c      Sun Feb 14 13:53:28 2021 +0000
+++ b/sys/dev/pci/if_bnx.c      Sun Feb 14 14:05:03 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bnx.c,v 1.107 2021/02/13 16:33:30 jakllsch Exp $    */
+/*     $NetBSD: if_bnx.c,v 1.108 2021/02/14 14:05:03 jakllsch Exp $    */
 /*     $OpenBSD: if_bnx.c,v 1.101 2013/03/28 17:21:44 brad Exp $       */
 
 /*-
@@ -35,7 +35,7 @@
 #if 0
 __FBSDID("$FreeBSD: src/sys/dev/bce/if_bce.c,v 1.3 2006/04/13 14:12:26 ru Exp $");
 #endif
-__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.107 2021/02/13 16:33:30 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bnx.c,v 1.108 2021/02/14 14:05:03 jakllsch Exp $");
 
 /*
  * The following controllers are supported by this driver:
@@ -4588,7 +4588,7 @@
                sc->free_rx_bd++;
 
                DBRUN(BNX_VERBOSE_RECV, printf("%s(): ", __func__);
-               bnx_dump_rxbd(sc, sw_chain_cons, rxbd));
+                   bnx_dump_rxbd(sc, sw_chain_cons, rxbd));
 
                /* The mbuf is stored with the last rx_bd entry of a packet. */
                if (sc->rx_mbuf_ptr[sw_chain_cons] != NULL) {



Home | Main Index | Thread Index | Old Index