From 7c6db5e66d371f11546981615f217665d7f1dba3 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 1 Apr 2003 08:57:28 +0000 Subject: Fix KASSERT syntax error. --- sys/pci/if_ti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pci') diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index 4513a18..3e1da15 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -2375,7 +2375,7 @@ ti_detach(dev) return EBUSY; sc = device_get_softc(dev); - KASSERT(mtx_initialized(&sc->ti_mtx), "ti mutex not initialized"); + KASSERT(mtx_initialized(&sc->ti_mtx), ("ti mutex not initialized")); TI_LOCK(sc); ifp = &sc->arpcom.ac_if; -- cgit v1.1