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 a typo in debug message



details:   https://anonhg.NetBSD.org/src/rev/9b7317fa1d9e
branches:  trunk
changeset: 949351:9b7317fa1d9e
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Sun Jan 10 13:17:44 2021 +0000

description:
Fix a typo in debug message

diffstat:

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

diffs (27 lines):

diff -r 2215cd60661f -r 9b7317fa1d9e sys/dev/usb/uaudio.c
--- a/sys/dev/usb/uaudio.c      Sun Jan 10 13:17:24 2021 +0000
+++ b/sys/dev/usb/uaudio.c      Sun Jan 10 13:17:44 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uaudio.c,v 1.166 2020/12/29 08:04:59 jdc Exp $ */
+/*     $NetBSD: uaudio.c,v 1.167 2021/01/10 13:17:44 ryoon Exp $       */
 
 /*
  * Copyright (c) 1999, 2012 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.166 2020/12/29 08:04:59 jdc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.167 2021/01/10 13:17:44 ryoon Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -1546,7 +1546,7 @@
        if (asid->bDescriptorType != UDESC_CS_INTERFACE ||
            asid->bDescriptorSubtype != AS_GENERAL)
                return USBD_INVAL;
-       DPRINTF("asid: bTerminakLink=%d wFormatTag=%d\n",
+       DPRINTF("asid: bTerminalLink=%d wFormatTag=%d\n",
                 asid->bTerminalLink, UGETW(asid->wFormatTag));
        offs += asid->bLength;
        if (offs > size)



Home | Main Index | Thread Index | Old Index