diff options
| author | yamt <yamt@NetBSD.org> | 2002-02-18 14:45:56 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2002-02-18 14:45:56 +0000 |
| commit | e3f53c00e2f58a37fe2ae58ed09cb5bd78067cfe (patch) | |
| tree | f362eb134c2155740b4cf04e1559de79181d08dd /sys/dev | |
| parent | 1486b3d3954f2a7cf5c9e2fda21dd2fccf0b38ed (diff) | |
fix indent
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/wi.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/wi.c b/sys/dev/ic/wi.c index b0350820ef5..9647a595b8d 100644 --- a/sys/dev/ic/wi.c +++ b/sys/dev/ic/wi.c @@ -1,4 +1,4 @@ -/* $NetBSD: wi.c,v 1.41 2002/02/18 14:41:50 yamt Exp $ */ +/* $NetBSD: wi.c,v 1.42 2002/02/18 14:45:56 yamt Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -70,7 +70,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.41 2002/02/18 14:41:50 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.42 2002/02/18 14:45:56 yamt Exp $"); #define WI_HERMES_AUTOINC_WAR /* Work around data write autoinc bug. */ #define WI_HERMES_STATS_WAR /* Work around stats counter bug. */ @@ -186,8 +186,8 @@ wi_attach(sc) if (memcmp(sc->sc_macaddr, empty_macaddr, ETHER_ADDR_LEN) == 0) { printf("%s: could not get mac address, attach failed\n", sc->sc_dev.dv_xname); - splx(s); - return 1; + splx(s); + return 1; } printf(" 802.11 address %s\n", ether_sprintf(sc->sc_macaddr)); |
