diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-03-03 03:46:13 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-03-03 03:46:13 +0000 |
commit | 8aa13f377bfcc2de052fb4966cde7365c842b516 (patch) | |
tree | a87e79f9f2aed427a24d87894dcf58c5fa51ea71 /sys/dev | |
parent | 6c2d6f032ea85e4f0b06f7499c77073c7b233250 (diff) |
Replacing some spaces with tabs and some typo fixes
from brad@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_bnx.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/if_bnx.c b/sys/dev/pci/if_bnx.c index 1eecc3ba0cf..7bbcab5c092 100644 --- a/sys/dev/pci/if_bnx.c +++ b/sys/dev/pci/if_bnx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bnx.c,v 1.45 2007/03/02 14:08:48 reyk Exp $ */ +/* $OpenBSD: if_bnx.c,v 1.46 2007/03/03 03:46:12 todd Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -3241,9 +3241,9 @@ bnx_get_buf(struct bnx_softc *sc, struct mbuf *m, u_int16_t *prod, int i, rc = 0; u_int32_t addr; #ifdef BNX_DEBUG - u_int16_t debug_chain_prod = *chain_prod; + u_int16_t debug_chain_prod = *chain_prod; #endif - u_int16_t first_chain_prod; + u_int16_t first_chain_prod; DBPRINT(sc, (BNX_VERBOSE_RESET | BNX_VERBOSE_RECV), "Entering %s()\n", __FUNCTION__); @@ -3354,9 +3354,9 @@ bnx_get_buf(struct bnx_softc *sc, struct mbuf *m, u_int16_t *prod, rxbd->rx_bd_flags |= htole32(RX_BD_FLAGS_END); /* - * Save the mbuf, ajust the map pointer (swap map for first and - * last rx_bd entry to that rx_mbuf_ptr and rx_mbuf_map matches) - * and update counter. + * Save the mbuf, adjust the map pointer (swap map for first and + * last rx_bd entry so that rx_mbuf_ptr and rx_mbuf_map matches) + * and update our counter. */ sc->rx_mbuf_ptr[*chain_prod] = m_new; sc->rx_mbuf_map[first_chain_prod] = sc->rx_mbuf_map[*chain_prod]; |