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)
 };
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to