diff options
| author | jakllsch <jakllsch@NetBSD.org> | 2012-04-24 17:16:42 +0000 |
|---|---|---|
| committer | jakllsch <jakllsch@NetBSD.org> | 2012-04-24 17:16:42 +0000 |
| commit | e2dabb637710f8aaa6c4ebffc4f567e17a7d5958 (patch) | |
| tree | 9c0685d5a0e74f30884a1035673e69f3e7b5d6f5 /sys/dev | |
| parent | 0df12bd0cb6cff47f72540bf23aab3ac613ad00a (diff) | |
keep "keep in sync" comment in sync with reality
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h index 473483ec880..61cc452ad39 100644 --- a/sys/dev/usb/usbdi.h +++ b/sys/dev/usb/usbdi.h @@ -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 */ |
