Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb "Root Hub" -> "root hub" for consistency with ot...



details:   https://anonhg.NetBSD.org/src/rev/cb5c934b2d63
branches:  trunk
changeset: 832178:cb5c934b2d63
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed May 02 09:55:22 2018 +0000

description:
"Root Hub" -> "root hub" for consistency with other HC drivers

diffstat:

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

diffs (27 lines):

diff -r f3c9349616b6 -r cb5c934b2d63 sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c        Wed May 02 08:45:03 2018 +0000
+++ b/sys/dev/usb/xhci.c        Wed May 02 09:55:22 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhci.c,v 1.90 2018/04/23 19:55:00 jdolecek Exp $       */
+/*     $NetBSD: xhci.c,v 1.91 2018/05/02 09:55:22 jmcneill Exp $       */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.90 2018/04/23 19:55:00 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.91 2018/05/02 09:55:22 jmcneill Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -3403,7 +3403,7 @@
 #define sd ((usb_string_descriptor_t *)buf)
                case C(2, UDESC_STRING):
                        /* Product */
-                       totlen = usb_makestrdesc(sd, len, "xHCI Root Hub");
+                       totlen = usb_makestrdesc(sd, len, "xHCI root hub");
                        break;
 #undef sd
                default:



Home | Main Index | Thread Index | Old Index