Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nick-nhusb]: src/sys/dev/usb Fix a comment



details:   https://anonhg.NetBSD.org/src/rev/9dd48c6d6235
branches:  nick-nhusb
changeset: 334578:9dd48c6d6235
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 27 14:43:59 2016 +0000

description:
Fix a comment

diffstat:

 sys/dev/usb/usbdi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r afb646516ed5 -r 9dd48c6d6235 sys/dev/usb/usbdi.c
--- a/sys/dev/usb/usbdi.c       Tue Dec 27 11:37:36 2016 +0000
+++ b/sys/dev/usb/usbdi.c       Tue Dec 27 14:43:59 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdi.c,v 1.162.2.49 2016/12/11 17:31:09 skrll Exp $   */
+/*     $NetBSD: usbdi.c,v 1.162.2.50 2016/12/27 14:43:59 skrll Exp $   */
 
 /*
  * Copyright (c) 1998, 2012, 2015 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.162.2.49 2016/12/11 17:31:09 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.162.2.50 2016/12/27 14:43:59 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -860,7 +860,7 @@
 
 /*** Internal routines ***/
 
-/* Dequeue all pipe operations, called at splusb(). */
+/* Dequeue all pipe operations, called with bus lock held. */
 Static usbd_status
 usbd_ar_pipe(struct usbd_pipe *pipe)
 {



Home | Main Index | Thread Index | Old Index