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/61568403f72b
branches: trunk
changeset: 805221:61568403f72b
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 b9ed18e01b65 -r 61568403f72b 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