Fix whitespace.
This commit is contained in:
parent
693ad91c2b
commit
d648297f32
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user