aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcic
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-12-28 23:51:48 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-12-28 23:51:48 +0000
commitc463e1be122b5a5eb71188f1f579d14c6f55e597 (patch)
tree752ac043f1610b879690aa7cb257f4d050e5eab5 /sys/dev/pcic
parent351fdc3fa951dd4e1889a7314bbd5b8cc8bb7afd (diff)
Notes
Diffstat (limited to 'sys/dev/pcic')
-rw-r--r--sys/dev/pcic/i82365.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pcic/i82365.c b/sys/dev/pcic/i82365.c
index 818e536c6188..02ca122ed7d7 100644
--- a/sys/dev/pcic/i82365.c
+++ b/sys/dev/pcic/i82365.c
@@ -487,7 +487,7 @@ pcic_create_event_thread(void *arg)
}
if (kthread_create(pcic_event_thread, h, &h->event_thread,
- 0 "%s,%s", device_get_name(PCIC_H2SOFTC(h)->dev), cs)) {
+ 0, "%s,%s", device_get_name(PCIC_H2SOFTC(h)->dev), cs)) {
device_printf(PCIC_H2SOFTC(h)->dev,
"cannot create event thread for sock 0x%02x\n", h->sock);
panic("pcic_create_event_thread");