summaryrefslogtreecommitdiffstats
path: root/sys/dev/wb
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-11-07 12:29:26 +0000
committermarius <marius@FreeBSD.org>2010-11-07 12:29:26 +0000
commit0dd0d98b3b5888444caed5de36d34f1b9b393bf5 (patch)
tree4d42f750b316a7485f5a5f3c9512e3f5125d982d /sys/dev/wb
parent56ffdf90bf59755895167fba041999903376d173 (diff)
downloadFreeBSD-src-0dd0d98b3b5888444caed5de36d34f1b9b393bf5.zip
FreeBSD-src-0dd0d98b3b5888444caed5de36d34f1b9b393bf5.tar.gz
Fix indentation in r213894.
Diffstat (limited to 'sys/dev/wb')
-rw-r--r--sys/dev/wb/if_wb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wb/if_wb.c b/sys/dev/wb/if_wb.c
index 1169cb7..33ad95a 100644
--- a/sys/dev/wb/if_wb.c
+++ b/sys/dev/wb/if_wb.c
@@ -857,7 +857,7 @@ wb_attach(dev)
*/
error = mii_attach(dev, &sc->wb_miibus, ifp, wb_ifmedia_upd,
wb_ifmedia_sts, BMSR_DEFCAPMASK, MII_PHY_ANY, MII_OFFSET_ANY, 0);
- if (error != 0) {
+ if (error != 0) {
device_printf(dev, "attaching PHYs failed\n");
goto fail;
}
OpenPOWER on IntegriCloud