summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2006-03-05 01:11:37 +0000
committerbrad <brad@openbsd.org>2006-03-05 01:11:37 +0000
commitec87137ed33f32ad4225ebfb78eda04c61ab4be2 (patch)
treea7afbb9b1e2d89718dc7d045ed31cf8a5e689e18
parentsplimp -> splvm (diff)
downloadwireguard-openbsd-ec87137ed33f32ad4225ebfb78eda04c61ab4be2.tar.xz
wireguard-openbsd-ec87137ed33f32ad4225ebfb78eda04c61ab4be2.zip
remove whitespace at the end of line.
-rw-r--r--sys/dev/mii/ukphy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/ukphy.c b/sys/dev/mii/ukphy.c
index bd065bf58ae..537dc72df1e 100644
--- a/sys/dev/mii/ukphy.c
+++ b/sys/dev/mii/ukphy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ukphy.c,v 1.17 2006/02/12 00:13:01 maja Exp $ */
+/* $OpenBSD: ukphy.c,v 1.18 2006/03/05 01:11:37 brad Exp $ */
/* $NetBSD: ukphy.c,v 1.9 2000/02/02 23:34:57 thorpej Exp $ */
/*-
@@ -121,7 +121,7 @@ ukphyattach(struct device *parent, struct device *self, void *aux)
printf(": Generic IEEE 802.3u media interface, rev. %d:",
MII_REV(ma->mii_id2));
- printf(" OUI 0x%06x, model 0x%04x\n",
+ printf(" OUI 0x%06x, model 0x%04x\n",
MII_OUI(ma->mii_id1, ma->mii_id2), MII_MODEL(ma->mii_id2));
sc->mii_inst = mii->mii_instance;