Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb keep "keep in sync" comment in sync with reality



details:   https://anonhg.NetBSD.org/src/rev/b3c8c8371935
branches:  trunk
changeset: 778993:b3c8c8371935
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Apr 24 17:16:42 2012 +0000

description:
keep "keep in sync" comment in sync with reality

diffstat:

 sys/dev/usb/usbdi.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7a96c54f7b21 -r b3c8c8371935 sys/dev/usb/usbdi.h
--- a/sys/dev/usb/usbdi.h       Tue Apr 24 16:52:26 2012 +0000
+++ b/sys/dev/usb/usbdi.h       Tue Apr 24 17:16:42 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdi.h,v 1.81 2012/02/24 06:48:28 mrg Exp $   */
+/*     $NetBSD: usbdi.h,v 1.82 2012/04/24 17:16:42 jakllsch Exp $      */
 /*     $FreeBSD: src/sys/dev/usb/usbdi.h,v 1.18 1999/11/17 22:33:49 n_hibma Exp $      */
 
 /*
@@ -41,7 +41,7 @@
 typedef struct usbd_xfer       *usbd_xfer_handle;
 typedef void                   *usbd_private_handle;
 
-typedef enum {         /* keep in sync with usbd_status_msgs */
+typedef enum {         /* keep in sync with usbd_error_strs */
        USBD_NORMAL_COMPLETION = 0, /* must be 0 */
        USBD_IN_PROGRESS,       /* 1 */
        /* errors */



Home | Main Index | Thread Index | Old Index