Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/sys/dev/usb Pull up following revision(s) (requested by s...



details:   https://anonhg.NetBSD.org/src/rev/c835de0e7ff8
branches:  netbsd-9
changeset: 458234:c835de0e7ff8
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Aug 21 14:34:56 2019 +0000

description:
Pull up following revision(s) (requested by skrll in ticket #104):

        sys/dev/usb/xhci.c: revision 1.108

typo in error message

diffstat:

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

diffs (27 lines):

diff -r e1276ffd4868 -r c835de0e7ff8 sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c        Wed Aug 21 14:30:24 2019 +0000
+++ b/sys/dev/usb/xhci.c        Wed Aug 21 14:34:56 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhci.c,v 1.107 2019/05/08 06:31:02 mrg Exp $   */
+/*     $NetBSD: xhci.c,v 1.107.2.1 2019/08/21 14:34:56 martin Exp $    */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.107 2019/05/08 06:31:02 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.107.2.1 2019/08/21 14:34:56 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -790,7 +790,7 @@
        /* Index arrays with 0..n-1 where ports are numbered 1..n */
        for (size_t cp = cpo - 1; cp < cpo + cpc - 1; cp++) {
                if (sc->sc_ctlrportmap[cp] != 0) {
-                       aprint_error_dev(sc->sc_dev, "contoller port %zu "
+                       aprint_error_dev(sc->sc_dev, "controller port %zu "
                            "already assigned", cp);
                        continue;
                }



Home | Main Index | Thread Index | Old Index