keep "keep in sync" comment in sync with reality

This commit is contained in:
jakllsch 2012-04-24 17:16:42 +00:00
parent 0827265996
commit e48223d3b9

View File

@ -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_pipe *usbd_pipe_handle;
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 */