svn commit: r240750 - head/sys/dev/usb

Hans Petter Selasky hselasky at FreeBSD.org
Thu Sep 20 15:12:00 UTC 2012


Author: hselasky
Date: Thu Sep 20 15:11:59 2012
New Revision: 240750
URL: http://svn.freebsd.org/changeset/base/240750

Log:
  Fix typo.

Modified:
  head/sys/dev/usb/usb_request.c

Modified: head/sys/dev/usb/usb_request.c
==============================================================================
--- head/sys/dev/usb/usb_request.c	Thu Sep 20 15:05:57 2012	(r240749)
+++ head/sys/dev/usb/usb_request.c	Thu Sep 20 15:11:59 2012	(r240750)
@@ -87,7 +87,7 @@ struct usb_ctrl_debug {
 	int bus_index;		/* target bus */
 	int dev_index;		/* target address */
 	int ds_fail;		/* fail data stage */
-	int ss_fail;		/* fail data stage */
+	int ss_fail;		/* fail status stage */
 	int ds_delay;		/* data stage delay in ms */
 	int ss_delay;		/* status stage delay in ms */
 	int bmRequestType_value;


More information about the svn-src-head mailing list