Module Name: src
Committed By: skrll
Date: Mon May 16 08:00:25 UTC 2016
Modified Files:
src/sys/dev/ic: sl811hs.c
Log Message:
Update comment
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/ic/sl811hs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/sl811hs.c
diff -u src/sys/dev/ic/sl811hs.c:1.73 src/sys/dev/ic/sl811hs.c:1.74
--- src/sys/dev/ic/sl811hs.c:1.73 Mon May 16 07:59:42 2016
+++ src/sys/dev/ic/sl811hs.c Mon May 16 08:00:25 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: sl811hs.c,v 1.73 2016/05/16 07:59:42 skrll Exp $ */
+/* $NetBSD: sl811hs.c,v 1.74 2016/05/16 08:00:25 skrll Exp $ */
/*
* Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.73 2016/05/16 07:59:42 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.74 2016/05/16 08:00:25 skrll Exp $");
#include "opt_slhci.h"
@@ -2479,7 +2479,7 @@ slhci_do_callback_schedule(struct slhci_
}
#if 0
-/* must be called with lock taken from IPL_USB */
+/* must be called with lock taken. */
/* XXX static */ void
slhci_pollxfer(struct slhci_softc *sc, struct usbd_xfer *xfer)
{