summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/nsgphy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mii/nsgphy.c')
-rw-r--r--sys/dev/mii/nsgphy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/nsgphy.c b/sys/dev/mii/nsgphy.c
index 07c695c..e68f171 100644
--- a/sys/dev/mii/nsgphy.c
+++ b/sys/dev/mii/nsgphy.c
@@ -78,8 +78,8 @@ static const char rcsid[] =
"$FreeBSD$";
#endif
-static int nsgphy_probe (device_t);
-static int nsgphy_attach (device_t);
+static int nsgphy_probe(device_t);
+static int nsgphy_attach(device_t);
static device_method_t nsgphy_methods[] = {
/* device interface */
OpenPOWER on IntegriCloud