Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb not enable -> not enabled
details: https://anonhg.NetBSD.org/src/rev/efa1b87ba39a
branches: trunk
changeset: 777836:efa1b87ba39a
user: sborrill <sborrill%NetBSD.org@localhost>
date: Mon Mar 05 16:14:03 2012 +0000
description:
not enable -> not enabled
diffstat:
sys/dev/usb/uhub.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ee819b8f4b2a -r efa1b87ba39a sys/dev/usb/uhub.c
--- a/sys/dev/usb/uhub.c Mon Mar 05 13:43:56 2012 +0000
+++ b/sys/dev/usb/uhub.c Mon Mar 05 16:14:03 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhub.c,v 1.114 2011/06/09 19:08:32 matt Exp $ */
+/* $NetBSD: uhub.c,v 1.115 2012/03/05 16:14:03 sborrill Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $ */
/*
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhub.c,v 1.114 2011/06/09 19:08:32 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhub.c,v 1.115 2012/03/05 16:14:03 sborrill Exp $");
#include "opt_usb.h"
@@ -530,7 +530,7 @@
if (!(status & UPS_PORT_ENABLED)) {
/* Not allowed send/receive packet. */
#ifdef DIAGNOSTIC
- printf("%s: port %d, device not enable\n",
+ printf("%s: port %d, device not enabled\n",
device_xname(sc->sc_dev), port);
#endif
continue;
Home |
Main Index |
Thread Index |
Old Index