summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2018-05-02 09:55:22 +0000
committerjmcneill <jmcneill@NetBSD.org>2018-05-02 09:55:22 +0000
commit6ca7e2742e7068af3d465eb208ddd95b40084196 (patch)
tree79666bdda540c97d68e440d3904c0ff9a08b8a59 /sys/dev/usb
parent175e1c277e7c376b8f97b037d2a63fdd55c46383 (diff)
"Root Hub" -> "root hub" for consistency with other HC drivers
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/xhci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/xhci.c b/sys/dev/usb/xhci.c
index c363e90eaaf..ca676f156f0 100644
--- a/sys/dev/usb/xhci.c
+++ b/sys/dev/usb/xhci.c
@@ -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 @@ xhci_roothub_ctrl(struct usbd_bus *bus, usb_device_request_t *req,
#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: