summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-03-12 21:42:45 +0000
committerjlemon <jlemon@FreeBSD.org>2001-03-12 21:42:45 +0000
commitd8cedc30de9821dfa89ed2a15eb7fb57f011d618 (patch)
tree6600c74274d43f7c1d847603c64fc2567c6e919c /sys/dev/fxp
parent261da7b5776976181aab693e7285b0718ccc8e34 (diff)
downloadFreeBSD-src-d8cedc30de9821dfa89ed2a15eb7fb57f011d618.zip
FreeBSD-src-d8cedc30de9821dfa89ed2a15eb7fb57f011d618.tar.gz
Fix a whitespace bogon.
Pointed out by: ps
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index dff27c5..b10c2a7 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -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();
OpenPOWER on IntegriCloud