svn commit: r346229 - head/sys/dev/usb/controller

2019-09-03 Thread Hans Petter Selasky
Author: hselasky
Date: Mon Apr 15 14:32:19 2019
New Revision: 346229
URL: https://svnweb.freebsd.org/changeset/base/346229

Log:
  Fix spelling.
  
  Submitted by: Dmitry Luhtionov 
  MFC after:1 week
  Sponsored by: Mellanox Technologies

Modified:
  head/sys/dev/usb/controller/ehci_pci.c

Modified: head/sys/dev/usb/controller/ehci_pci.c
==
--- head/sys/dev/usb/controller/ehci_pci.c  Mon Apr 15 13:41:53 2019
(r346228)
+++ head/sys/dev/usb/controller/ehci_pci.c  Mon Apr 15 14:32:19 2019
(r346229)
@@ -181,7 +181,7 @@ ehci_pci_match(device_t self)
case 0x8d2d8086:
return ("Intel Wellsburg USB 2.0 controller");
case 0x9c268086:
-   return ("Intel Lynx Point LP USB 2.0 controller USB");
+   return ("Intel Lynx Point-LP USB 2.0 controller USB");
 
case 0x00e01033:
return ("NEC uPD 72010x USB 2.0 controller");


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r346229 - head/sys/dev/usb/controller

2019-04-15 Thread Hans Petter Selasky
Author: hselasky
Date: Mon Apr 15 14:32:19 2019
New Revision: 346229
URL: https://svnweb.freebsd.org/changeset/base/346229

Log:
  Fix spelling.
  
  Submitted by: Dmitry Luhtionov 
  MFC after:1 week
  Sponsored by: Mellanox Technologies

Modified:
  head/sys/dev/usb/controller/ehci_pci.c

Modified: head/sys/dev/usb/controller/ehci_pci.c
==
--- head/sys/dev/usb/controller/ehci_pci.c  Mon Apr 15 13:41:53 2019
(r346228)
+++ head/sys/dev/usb/controller/ehci_pci.c  Mon Apr 15 14:32:19 2019
(r346229)
@@ -181,7 +181,7 @@ ehci_pci_match(device_t self)
case 0x8d2d8086:
return ("Intel Wellsburg USB 2.0 controller");
case 0x9c268086:
-   return ("Intel Lynx Point LP USB 2.0 controller USB");
+   return ("Intel Lynx Point-LP USB 2.0 controller USB");
 
case 0x00e01033:
return ("NEC uPD 72010x USB 2.0 controller");
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"