summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/uvisor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c
index 0160b8b2e41..b1e073cafbe 100644
--- a/sys/dev/usb/uvisor.c
+++ b/sys/dev/usb/uvisor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvisor.c,v 1.24 2006/03/14 10:18:10 dlg Exp $ */
+/* $OpenBSD: uvisor.c,v 1.25 2006/03/27 09:29:01 jsg Exp $ */
/* $NetBSD: uvisor.c,v 1.21 2003/08/03 21:59:26 nathanw Exp $ */
/*
@@ -440,7 +440,7 @@ uvisor_init(struct uvisor_softc *sc, struct uvisor_connection_info *ci,
* switch them over to using visor. dont do free space
* checks on them since they dont like them either.
*/
- DPRINTF(("switching role for CLIE probe\n"))
+ DPRINTF(("switching role for CLIE probe\n"));
sc->sc_flags = CLIE4;
err = 0;
}