From d0f9a76506f033abd5d87af78b289157d088e232 Mon Sep 17 00:00:00 2001 From: augustss Date: Thu, 27 Dec 2001 11:27:11 +0000 Subject: [PATCH] Update a comment. --- sys/dev/usb/ohci.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 61efd5fbe12d..7342df7244d7 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -1,4 +1,4 @@ -/* $NetBSD: ohci.c,v 1.116 2001/11/21 08:18:40 augustss Exp $ */ +/* $NetBSD: ohci.c,v 1.117 2001/12/27 11:27:11 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $ */ /* @@ -46,7 +46,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.116 2001/11/21 08:18:40 augustss Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.117 2001/12/27 11:27:11 augustss Exp $"); #include #include @@ -1279,9 +1279,11 @@ ohci_softintr(void *v) DPRINTFN(10, ("ohci_process_done: std=%p xfer=%p hcpriv=%p\n", std, xfer, xfer ? xfer->hcpriv : 0)); if (xfer == NULL) { - /* xfer == NULL: There seems to be no xfer associated + /* + * xfer == NULL: There seems to be no xfer associated * with this TD. It is tailp that happened to end up on * the done queue. + * Shouldn't happen, but some chips are broken(?). */ continue; }