summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdi.c
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-04-07 12:25:55 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-04-07 12:25:55 +0000
commit0de7764a0a354e5ac251affa413fb5d321bef1bb (patch)
treea057ec0efb12c2ab1ea8d759656e1e3f477e44be /sys/dev/usb/usbdi.c
parent081d87cd07690d800ddcd041d82ed35061342567 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/usbdi.c')
-rw-r--r--sys/dev/usb/usbdi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index ada1af907ba7..4659dd81b3d7 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdi.c,v 1.87 2001/11/21 15:37:41 augustss Exp $ */
+/* $NetBSD: usbdi.c,v 1.88 2001/11/22 04:31:01 augustss Exp $ */
/* $FreeBSD$ */
/*
@@ -168,7 +168,7 @@ usbd_dump_pipe(usbd_pipe_handle pipe)
usbd_dump_endpoint(pipe->endpoint);
printf(" (usbd_dump_pipe:)\n refcnt=%d running=%d aborting=%d\n",
pipe->refcnt, pipe->running, pipe->aborting);
- printf("intrxfer=%p, repeat=%d, interval=%d\n",
+ printf(" intrxfer=%p, repeat=%d, interval=%d\n",
pipe->intrxfer, pipe->repeat, pipe->interval);
}
#endif