diff options
author | imp <imp@FreeBSD.org> | 2012-01-25 04:48:27 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2012-01-25 04:48:27 +0000 |
commit | d0dc72cf6279f0620f3dced96e71a8f13ffb50db (patch) | |
tree | 18a69e081cc3207eddcf14248e0669ab2102a3ea /sys/dev/fxp | |
parent | cdbeb8d33063265e76190128852d224f1e09acb9 (diff) | |
download | FreeBSD-src-d0dc72cf6279f0620f3dced96e71a8f13ffb50db.zip FreeBSD-src-d0dc72cf6279f0620f3dced96e71a8f13ffb50db.tar.gz |
Minor indenting divot...
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r-- | sys/dev/fxp/if_fxp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 0255b91..8a360e7 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -2555,7 +2555,7 @@ fxp_ifmedia_upd(struct ifnet *ifp) { struct fxp_softc *sc = ifp->if_softc; struct mii_data *mii; - struct mii_softc *miisc; + struct mii_softc *miisc; mii = device_get_softc(sc->miibus); FXP_LOCK(sc); |