trim trailing white space..

call the re mutex by it's name..

MFC after:	3 days
This commit is contained in:
John-Mark Gurney 2004-09-20 06:33:37 +00:00
parent 083ba097fd
commit aedd16d964

View File

@ -1252,7 +1252,7 @@ re_detach(dev)
sc = device_get_softc(dev);
ifp = &sc->arpcom.ac_if;
KASSERT(mtx_initialized(&sc->rl_mtx), ("rl mutex not initialized"));
KASSERT(mtx_initialized(&sc->rl_mtx), ("re mutex not initialized"));
attached = device_is_attached(dev);
/* These should only be active if attach succeeded */