Module Name: src
Committed By: jmcneill
Date: Wed May 2 09:55:22 UTC 2018
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
"Root Hub" -> "root hub" for consistency with other HC drivers
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/usb/xhci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/xhci.c
diff -u src/sys/dev/usb/xhci.c:1.90 src/sys/dev/usb/xhci.c:1.91
--- src/sys/dev/usb/xhci.c:1.90 Mon Apr 23 19:55:00 2018
+++ src/sys/dev/usb/xhci.c Wed May 2 09:55:22 2018
@@ -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,
#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: