svn commit: r241086 - stable/8/sys/dev/usb/serial

Hans Petter Selasky hselasky at FreeBSD.org
Mon Oct 1 06:00:09 UTC 2012


Author: hselasky
Date: Mon Oct  1 06:00:08 2012
New Revision: 241086
URL: http://svn.freebsd.org/changeset/base/241086

Log:
  MFC r240856:
  Correct driver name.

Modified:
  stable/8/sys/dev/usb/serial/uchcom.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/dev/   (props changed)
  stable/8/sys/dev/usb/   (props changed)

Modified: stable/8/sys/dev/usb/serial/uchcom.c
==============================================================================
--- stable/8/sys/dev/usb/serial/uchcom.c	Mon Oct  1 05:57:48 2012	(r241085)
+++ stable/8/sys/dev/usb/serial/uchcom.c	Mon Oct  1 06:00:08 2012	(r241086)
@@ -847,7 +847,7 @@ static device_method_t uchcom_methods[] 
 };
 
 static driver_t uchcom_driver = {
-	.name = "ucom",
+	.name = "uchcom",
 	.methods = uchcom_methods,
 	.size = sizeof(struct uchcom_softc)
 };


More information about the svn-src-all mailing list