Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Fix (mostly harmless) typo.
details: https://anonhg.NetBSD.org/src/rev/b3827b5c5794
branches: trunk
changeset: 482806:b3827b5c5794
user: augustss <augustss%NetBSD.org@localhost>
date: Tue Feb 22 11:25:06 2000 +0000
description:
Fix (mostly harmless) typo.
diffstat:
sys/dev/usb/usbdi_util.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r b0b43a51f741 -r b3827b5c5794 sys/dev/usb/usbdi_util.c
--- a/sys/dev/usb/usbdi_util.c Tue Feb 22 11:24:22 2000 +0000
+++ b/sys/dev/usb/usbdi_util.c Tue Feb 22 11:25:06 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdi_util.c,v 1.27 2000/02/08 18:45:27 augustss Exp $ */
+/* $NetBSD: usbdi_util.c,v 1.28 2000/02/22 11:25:06 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/usbdi_util.c,v 1.14 1999/11/17 22:33:50 n_hibma Exp $ */
/*
@@ -341,8 +341,8 @@
usb_device_request_t req;
usbd_status err;
- DPRINTFN(4, ("usbd_set_report: len=%d\n", len));
- if (id == NULL)
+ DPRINTFN(4, ("usbd_get_report: len=%d\n", len));
+ if (ifd == NULL)
return (USBD_IOERROR);
err = usbd_interface2device_handle(iface, &dev);
if (err)
Home |
Main Index |
Thread Index |
Old Index