summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/tdkphy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mii/tdkphy.c')
-rw-r--r--sys/dev/mii/tdkphy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/tdkphy.c b/sys/dev/mii/tdkphy.c
index 833c499..f7af539 100644
--- a/sys/dev/mii/tdkphy.c
+++ b/sys/dev/mii/tdkphy.c
@@ -69,8 +69,8 @@ static const char rcsid[] =
"$Id: tdkphy.c,v 1.3 2000/10/14 06:20:56 jon Exp $";
#endif
-static int tdkphy_probe (device_t);
-static int tdkphy_attach (device_t);
+static int tdkphy_probe(device_t);
+static int tdkphy_attach(device_t);
static device_method_t tdkphy_methods[] = {
/* device interface */
OpenPOWER on IntegriCloud