svn commit: r259693 - user/nwhitehorn/mips_pic_if/dev/fdt

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat Dec 21 18:17:42 UTC 2013


Author: nwhitehorn
Date: Sat Dec 21 18:17:41 2013
New Revision: 259693
URL: http://svnweb.freebsd.org/changeset/base/259693

Log:
  style(9)

Modified:
  user/nwhitehorn/mips_pic_if/dev/fdt/simplebus.c

Modified: user/nwhitehorn/mips_pic_if/dev/fdt/simplebus.c
==============================================================================
--- user/nwhitehorn/mips_pic_if/dev/fdt/simplebus.c	Sat Dec 21 18:16:42 2013	(r259692)
+++ user/nwhitehorn/mips_pic_if/dev/fdt/simplebus.c	Sat Dec 21 18:17:41 2013	(r259693)
@@ -128,7 +128,8 @@ simplebus_probe(device_t dev)
 {
  
 	if (!ofw_bus_is_compatible(dev, "simple-bus") &&
-	    (ofw_bus_get_type(dev) == NULL || strcmp(ofw_bus_get_type(dev), "soc") != 0))
+	    (ofw_bus_get_type(dev) == NULL || strcmp(ofw_bus_get_type(dev),
+	     "soc") != 0))
 		return (ENXIO);
 
 	device_set_desc(dev, "Flattened device tree simple bus");


More information about the svn-src-user mailing list