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



details:   https://anonhg.NetBSD.org/src/rev/3ff36456a8da
branches:  trunk
changeset: 459016:3ff36456a8da
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Aug 20 12:40:18 2019 +0000

description:
typo in error message

diffstat:

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

diffs (27 lines):

diff -r d6bf6e407587 -r 3ff36456a8da sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c        Tue Aug 20 12:33:26 2019 +0000
+++ b/sys/dev/usb/xhci.c        Tue Aug 20 12:40:18 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.108 2019/08/20 12:40:18 skrll 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.108 2019/08/20 12:40:18 skrll 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