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 USBHIST_LOG message



details:   https://anonhg.NetBSD.org/src/rev/5943f7f71fc3
branches:  trunk
changeset: 335079:5943f7f71fc3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Dec 24 14:01:10 2014 +0000

description:
Typo in USBHIST_LOG message

diffstat:

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

diffs (27 lines):

diff -r 02a902e2f161 -r 5943f7f71fc3 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Wed Dec 24 08:55:09 2014 +0000
+++ b/sys/dev/usb/ehci.c        Wed Dec 24 14:01:10 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.234 2014/09/22 08:13:02 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.235 2014/12/24 14:01:10 skrll Exp $ */
 
 /*
  * Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234 2014/09/22 08:13:02 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.235 2014/12/24 14:01:10 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -4186,7 +4186,7 @@
        i = epipe->pipe.endpoint->edesc->bInterval;
        if (i > 16 || i == 0) {
                /* Spec page 271 says intervals > 16 are invalid */
-               USBHIST_LOG(ehcidebug, "bInvertal %d invalid", i, 0, 0, 0);
+               USBHIST_LOG(ehcidebug, "bInterval %d invalid", i, 0, 0, 0);
                return USBD_INVAL;
        }
 



Home | Main Index | Thread Index | Old Index