From 63d2cafe721090ddc218f2d5747632738b03ec3e Mon Sep 17 00:00:00 2001 From: Peter Valchev Date: Sun, 14 Nov 2004 01:14:08 +0000 Subject: fix typo, trim extra empty line --- sys/dev/pci/if_re.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev') 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 . 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. */ -- cgit v1.2.3