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 typo in DPRINTF



details:   https://anonhg.NetBSD.org/src/rev/8e0c9084aaf7
branches:  trunk
changeset: 789593:8e0c9084aaf7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Aug 24 08:21:55 2013 +0000

description:
Fix typo in DPRINTF

diffstat:

 sys/dev/usb/usbdi_util.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 21f0bf82ffcc -r 8e0c9084aaf7 sys/dev/usb/usbdi_util.c
--- a/sys/dev/usb/usbdi_util.c  Sat Aug 24 07:12:12 2013 +0000
+++ b/sys/dev/usb/usbdi_util.c  Sat Aug 24 08:21:55 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdi_util.c,v 1.59 2013/01/05 23:34:21 christos Exp $ */
+/*     $NetBSD: usbdi_util.c,v 1.60 2013/08/24 08:21:55 skrll Exp $    */
 
 /*
  * Copyright (c) 1998, 2012 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usbdi_util.c,v 1.59 2013/01/05 23:34:21 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbdi_util.c,v 1.60 2013/08/24 08:21:55 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -489,7 +489,7 @@
        if (cv_timedwait(cv, lock, hz * 60))    // dv, PZERO, "usbdet", hz * 60
                printf("usb_detach_wait: %s didn't detach\n",
                        device_xname(dv));
-       DPRINTF(("usb_detach_waitold: %s done\n", device_xname(dv)));
+       DPRINTF(("usb_detach_wait: %s done\n", device_xname(dv)));
 }
 
 void



Home | Main Index | Thread Index | Old Index