summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_mn.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-02-24 22:33:05 +0000
committerimp <imp@FreeBSD.org>2005-02-24 22:33:05 +0000
commitb5521d6df746ce6e4a69360def49ec22058017c9 (patch)
tree5029a9853f80584a87f9c3fc558ef077b42f5c62 /sys/pci/if_mn.c
parent3341256644fc97a2c2df017479c65b7efd008a68 (diff)
downloadFreeBSD-src-b5521d6df746ce6e4a69360def49ec22058017c9.zip
FreeBSD-src-b5521d6df746ce6e4a69360def49ec22058017c9.tar.gz
Fix style(9) issues with __P removal.
Noticed by: bde
Diffstat (limited to 'sys/pci/if_mn.c')
-rw-r--r--sys/pci/if_mn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index 2a4ce91..aa8ef46 100644
--- a/sys/pci/if_mn.c
+++ b/sys/pci/if_mn.c
@@ -165,8 +165,8 @@ struct mn_softc;
struct sockaddr;
struct rtentry;
-static int mn_probe (device_t self);
-static int mn_attach (device_t self);
+static int mn_probe(device_t self);
+static int mn_attach(device_t self);
static void mn_create_channel(struct mn_softc *sc, int chan);
static int mn_reset(struct mn_softc *sc);
static struct trxd * mn_alloc_desc(void);
OpenPOWER on IntegriCloud