Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2011 18:41:46 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221747 - head/sys/dev/mii
Message-ID:  <201105101841.p4AIfkXx055800@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Tue May 10 18:41:46 2011
New Revision: 221747
URL: http://svn.freebsd.org/changeset/base/221747

Log:
  Fix whitespace.

Modified:
  head/sys/dev/mii/ip1000phy.c

Modified: head/sys/dev/mii/ip1000phy.c
==============================================================================
--- head/sys/dev/mii/ip1000phy.c	Tue May 10 18:38:01 2011	(r221746)
+++ head/sys/dev/mii/ip1000phy.c	Tue May 10 18:41:46 2011	(r221747)
@@ -70,7 +70,7 @@ static devclass_t ip1000phy_devclass;
 static driver_t ip1000phy_driver = {
 	"ip1000phy",
 	ip1000phy_methods,
-	sizeof (struct mii_softc)
+	sizeof(struct mii_softc)
 };
 
 DRIVER_MODULE(ip1000phy, miibus, ip1000phy_driver, ip1000phy_devclass, 0, 0);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105101841.p4AIfkXx055800>