svn commit: r211497 - head/sys/mips/atheros
Adrian Chadd
adrian at FreeBSD.org
Thu Aug 19 11:16:52 UTC 2010
Author: adrian
Date: Thu Aug 19 11:16:52 2010
New Revision: 211497
URL: http://svn.freebsd.org/changeset/base/211497
Log:
style(9) pick from imp@ .
Modified:
head/sys/mips/atheros/if_arge.c
Modified: head/sys/mips/atheros/if_arge.c
==============================================================================
--- head/sys/mips/atheros/if_arge.c Thu Aug 19 09:28:59 2010 (r211496)
+++ head/sys/mips/atheros/if_arge.c Thu Aug 19 11:16:52 2010 (r211497)
@@ -182,11 +182,10 @@ MTX_SYSINIT(miibus_mtx, &miibus_mtx, "ar
static void
arge_flush_ddr(struct arge_softc *sc)
{
- if (sc->arge_mac_unit == 0) {
+ if (sc->arge_mac_unit == 0)
ar71xx_device_flush_ddr_ge0();
- } else {
+ else
ar71xx_device_flush_ddr_ge1();
- }
}
static int
More information about the svn-src-all
mailing list