svn commit: r214841 - head/sys/dev/re
Pyun YongHyeon
yongari at FreeBSD.org
Fri Nov 5 18:23:43 UTC 2010
Author: yongari
Date: Fri Nov 5 18:23:43 2010
New Revision: 214841
URL: http://svn.freebsd.org/changeset/base/214841
Log:
Remove extra white spaces.
Modified:
head/sys/dev/re/if_re.c
Modified: head/sys/dev/re/if_re.c
==============================================================================
--- head/sys/dev/re/if_re.c Fri Nov 5 18:19:54 2010 (r214840)
+++ head/sys/dev/re/if_re.c Fri Nov 5 18:23:43 2010 (r214841)
@@ -880,7 +880,7 @@ re_probe(device_t dev)
uint16_t devid, vendor;
uint16_t revid, sdevid;
int i;
-
+
vendor = pci_get_vendor(dev);
devid = pci_get_device(dev);
revid = pci_get_revid(dev);
@@ -1121,7 +1121,7 @@ re_attach(device_t dev)
/*
* Prefer memory space register mapping over IO space.
* Because RTL8169SC does not seem to work when memory mapping
- * is used always activate io mapping.
+ * is used always activate io mapping.
*/
if (devid == RT_DEVICEID_8169SC)
prefer_iomap = 1;
@@ -2111,7 +2111,7 @@ re_tick(void *xsc)
* Reclaim transmitted frames here. Technically it is not
* necessary to do here but it ensures periodic reclamation
* regardless of Tx completion interrupt which seems to be
- * lost on PCIe based controllers under certain situations.
+ * lost on PCIe based controllers under certain situations.
*/
re_txeof(sc);
re_watchdog(sc);
More information about the svn-src-all
mailing list