From 8c002c3888127a0d4f8f6e05fb59dc16bbe23c62 Mon Sep 17 00:00:00 2001 From: mdodd Date: Wed, 2 Oct 2002 04:47:52 +0000 Subject: Use more standard variable names for modevent functions. --- sys/dev/hfa/hfa_freebsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/hfa') diff --git a/sys/dev/hfa/hfa_freebsd.c b/sys/dev/hfa/hfa_freebsd.c index 67e4e76..d535336 100644 --- a/sys/dev/hfa/hfa_freebsd.c +++ b/sys/dev/hfa/hfa_freebsd.c @@ -358,13 +358,13 @@ hfa_reset (device_t dev) } static int -hfa_modevent (module_t mod, int what, void *arg) +hfa_modevent (module_t mod, int type, void *data) { int error; error = 0; - switch (what) { + switch (type) { case MOD_LOAD: /* * Verify software version -- cgit v1.1