summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-05-10 18:41:46 +0000
committermarius <marius@FreeBSD.org>2011-05-10 18:41:46 +0000
commit90a44bc764b0066314238d380516061c801d4b91 (patch)
treef39b3176e0f565695c6a96c933e5857dc1895656 /sys/dev/mii
parent4c36b6d9944e06338a6f785334f48ea25de8d919 (diff)
downloadFreeBSD-src-90a44bc764b0066314238d380516061c801d4b91.zip
FreeBSD-src-90a44bc764b0066314238d380516061c801d4b91.tar.gz
Fix whitespace.
Diffstat (limited to 'sys/dev/mii')
-rw-r--r--sys/dev/mii/ip1000phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/ip1000phy.c b/sys/dev/mii/ip1000phy.c
index be82d4d..566b5b0 100644
--- a/sys/dev/mii/ip1000phy.c
+++ b/sys/dev/mii/ip1000phy.c
@@ -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);
OpenPOWER on IntegriCloud