Module Name: src
Committed By: skrll
Date: Tue Dec 27 14:43:59 UTC 2016
Modified Files:
src/sys/dev/usb [nick-nhusb]: usbdi.c
Log Message:
Fix a comment
To generate a diff of this commit:
cvs rdiff -u -r1.162.2.49 -r1.162.2.50 src/sys/dev/usb/usbdi.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/usb/usbdi.c
diff -u src/sys/dev/usb/usbdi.c:1.162.2.49 src/sys/dev/usb/usbdi.c:1.162.2.50
--- src/sys/dev/usb/usbdi.c:1.162.2.49 Sun Dec 11 17:31:09 2016
+++ src/sys/dev/usb/usbdi.c Tue Dec 27 14:43:59 2016
@@ -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 @@ usbd_get_interface(struct usbd_interface
/*** 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)
{