Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Typo in a debug printf.
details: https://anonhg.NetBSD.org/src/rev/f056712efd55
branches: trunk
changeset: 748965:f056712efd55
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu Nov 12 07:58:32 2009 +0000
description:
Typo in a debug printf.
diffstat:
sys/dev/usb/usbdi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5a1ad7ad19e3 -r f056712efd55 sys/dev/usb/usbdi.c
--- a/sys/dev/usb/usbdi.c Thu Nov 12 00:43:52 2009 +0000
+++ b/sys/dev/usb/usbdi.c Thu Nov 12 07:58:32 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdi.c,v 1.125 2008/12/12 05:35:11 jmorse Exp $ */
+/* $NetBSD: usbdi.c,v 1.126 2009/11/12 07:58:32 uebayasi Exp $ */
/* $FreeBSD: src/sys/dev/usb/usbdi.c,v 1.28 1999/11/17 22:33:49 n_hibma Exp $ */
/*
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.125 2008/12/12 05:35:11 jmorse Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.126 2009/11/12 07:58:32 uebayasi Exp $");
#include "opt_compat_netbsd.h"
@@ -522,7 +522,7 @@
#ifdef DIAGNOSTIC
if (pipe == NULL) {
- printf("usbd_close_pipe: pipe==NULL\n");
+ printf("usbd_abort_pipe: pipe==NULL\n");
return (USBD_NORMAL_COMPLETION);
}
#endif
Home |
Main Index |
Thread Index |
Old Index