summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2008-10-03 00:19:56 +0000
committerBrad Smith <brad@cvs.openbsd.org>2008-10-03 00:19:56 +0000
commite28c20d1a9f88bd66e8f3e73f1d69fd3d25ab5e0 (patch)
treec7e8b231488e75aaa93a9e0572bf103509093ccc /sys
parentd6b2a0a7355e22633580611f401b6e25463494d7 (diff)
KNF.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/i82596.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ic/i82596.c b/sys/dev/ic/i82596.c
index 798f4722eaf..ef7d86432c2 100644
--- a/sys/dev/ic/i82596.c
+++ b/sys/dev/ic/i82596.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i82596.c,v 1.30 2008/10/02 20:21:13 brad Exp $ */
+/* $OpenBSD: i82596.c,v 1.31 2008/10/03 00:19:55 brad Exp $ */
/* $NetBSD: i82586.c,v 1.18 1998/08/15 04:42:42 mycroft Exp $ */
/*-
@@ -1937,10 +1937,10 @@ i82596_ioctl(ifp, cmd, data)
}
break;
- case SIOCGIFMEDIA:
- case SIOCSIFMEDIA:
- error = ifmedia_ioctl(ifp, ifr, &sc->sc_media, cmd);
- break;
+ case SIOCGIFMEDIA:
+ case SIOCSIFMEDIA:
+ error = ifmedia_ioctl(ifp, ifr, &sc->sc_media, cmd);
+ break;
default:
error = ether_ioctl(ifp, &sc->sc_arpcom, cmd, data);