Fix a whitespace bogon.

Pointed out by:  ps
This commit is contained in:
Jonathan Lemon 2001-03-12 21:42:45 +00:00
parent fd272d4a6c
commit 68311a93fb

View File

@ -1595,7 +1595,7 @@ fxp_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
{
struct fxp_softc *sc = ifp->if_softc;
struct ifreq *ifr = (struct ifreq *)data;
struct mii_data *mii;
struct mii_data *mii;
int s, error = 0;
s = splimp();