diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-11-14 01:14:08 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-11-14 01:14:08 +0000 |
commit | 63d2cafe721090ddc218f2d5747632738b03ec3e (patch) | |
tree | 0f39d6e761ccec808ba423564df25239c034b7cf /sys/dev | |
parent | 92bad532bdbce286c3b7f24ba9b429dca9f78f70 (diff) |
fix typo, trim extra empty line
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_re.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/if_re.c b/sys/dev/pci/if_re.c index a7dfdbcaee0..1ecae33ee67 100644 --- a/sys/dev/pci/if_re.c +++ b/sys/dev/pci/if_re.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_re.c,v 1.12 2004/10/29 11:45:01 jsg Exp $ */ +/* $OpenBSD: if_re.c,v 1.13 2004/11/14 01:14:07 pvalchev Exp $ */ /* * Copyright (c) 1997, 1998-2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. @@ -1101,7 +1101,6 @@ re_newbuf(sc, idx, m) d->rl_cmdstat |= htole32(RL_TDESC_CMD_EOF); - sc->rl_ldata.rl_rx_list[idx].rl_cmdstat |= htole32(RL_RDESC_CMD_OWN); sc->rl_ldata.rl_rx_mbuf[idx] = m; @@ -1640,7 +1639,7 @@ re_encap(sc, m_head, idx) d->rl_cmdstat |= htole32(RL_TDESC_CMD_EOF); /* - * Insure that the map for this transmission + * Ensure that the map for this transmission * is placed at the array index of the last descriptor * in this chain. */ |