summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcic
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-12-28 23:51:48 +0000
committerdes <des@FreeBSD.org>2001-12-28 23:51:48 +0000
commitab30f96094953549e72239190dc27926a3ebcb8e (patch)
tree752ac043f1610b879690aa7cb257f4d050e5eab5 /sys/dev/pcic
parentba54d682279cf9f2ab38730dc280f66dbde08ea9 (diff)
downloadFreeBSD-src-ab30f96094953549e72239190dc27926a3ebcb8e.zip
FreeBSD-src-ab30f96094953549e72239190dc27926a3ebcb8e.tar.gz
Fix missing comma in previous commit.
Pointy hat to: jhb
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 818e536..02ca122 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");
OpenPOWER on IntegriCloud