aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an/if_an_isa.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-08-03 15:07:14 +0000
committerWarner Losh <imp@FreeBSD.org>2005-08-03 15:07:14 +0000
commitc2e94196e3b1498c81a8ed832a5cab61685b4e48 (patch)
tree345ca906b3dcba52244ec08056069b0dc9053baa /sys/dev/an/if_an_isa.c
parent286e947fee5f640e40dc0af0f0653c98bc9f9f98 (diff)
downloadsrc-c2e94196e3b1498c81a8ed832a5cab61685b4e48.tar.gz
src-c2e94196e3b1498c81a8ed832a5cab61685b4e48.zip
Minor style nits.
Notes
Notes: svn path=/head/; revision=148680
Diffstat (limited to 'sys/dev/an/if_an_isa.c')
-rw-r--r--sys/dev/an/if_an_isa.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/dev/an/if_an_isa.c b/sys/dev/an/if_an_isa.c
index 7144cc8778ad..6baccaf8fed0 100644
--- a/sys/dev/an/if_an_isa.c
+++ b/sys/dev/an/if_an_isa.c
@@ -77,12 +77,11 @@ static struct isa_pnp_id an_ids[] = {
{ 0, NULL }
};
-static int an_probe_isa (device_t);
-static int an_attach_isa (device_t);
+static int an_probe_isa(device_t);
+static int an_attach_isa(device_t);
static int
-an_probe_isa(dev)
- device_t dev;
+an_probe_isa(device_t dev)
{
int error = 0;
@@ -103,8 +102,7 @@ an_probe_isa(dev)
}
static int
-an_attach_isa(dev)
- device_t dev;
+an_attach_isa(device_t dev)
{
struct an_softc *sc = device_get_softc(dev);
int flags = device_get_flags(dev);