svn commit: r230526 - head/sys/dev/fxp

Warner Losh imp at FreeBSD.org
Wed Jan 25 04:48:28 UTC 2012


Author: imp
Date: Wed Jan 25 04:48:27 2012
New Revision: 230526
URL: http://svn.freebsd.org/changeset/base/230526

Log:
  Minor indenting divot...

Modified:
  head/sys/dev/fxp/if_fxp.c

Modified: head/sys/dev/fxp/if_fxp.c
==============================================================================
--- head/sys/dev/fxp/if_fxp.c	Wed Jan 25 04:45:29 2012	(r230525)
+++ head/sys/dev/fxp/if_fxp.c	Wed Jan 25 04:48:27 2012	(r230526)
@@ -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);


More information about the svn-src-all mailing list