svn commit: r241128 - head/sys/dev/usb

Hans Petter Selasky hselasky at FreeBSD.org
Tue Oct 2 10:09:24 UTC 2012


Author: hselasky
Date: Tue Oct  2 10:09:23 2012
New Revision: 241128
URL: http://svn.freebsd.org/changeset/base/241128

Log:
  Style.
  
  MFC after:	1 week

Modified:
  head/sys/dev/usb/usb_hub.c

Modified: head/sys/dev/usb/usb_hub.c
==============================================================================
--- head/sys/dev/usb/usb_hub.c	Tue Oct  2 10:05:39 2012	(r241127)
+++ head/sys/dev/usb/usb_hub.c	Tue Oct  2 10:09:23 2012	(r241128)
@@ -160,7 +160,7 @@ static device_method_t uhub_methods[] = 
 	DEVMETHOD(bus_child_location_str, uhub_child_location_string),
 	DEVMETHOD(bus_child_pnpinfo_str, uhub_child_pnpinfo_string),
 	DEVMETHOD(bus_driver_added, uhub_driver_added),
-	{0, 0}
+	DEVMETHOD_END
 };
 
 static driver_t uhub_driver = {


More information about the svn-src-head mailing list