svn commit: r241087 - stable/9/sys/dev/usb/serial

Hans Petter Selasky hselasky at FreeBSD.org
Mon Oct 1 06:01:21 UTC 2012


Author: hselasky
Date: Mon Oct  1 06:01:20 2012
New Revision: 241087
URL: http://svn.freebsd.org/changeset/base/241087

Log:
  MFC r240856:
  Correct driver name.

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

Modified: stable/9/sys/dev/usb/serial/uchcom.c
==============================================================================
--- stable/9/sys/dev/usb/serial/uchcom.c	Mon Oct  1 06:00:08 2012	(r241086)
+++ stable/9/sys/dev/usb/serial/uchcom.c	Mon Oct  1 06:01:20 2012	(r241087)
@@ -870,7 +870,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