PERFORCE change 115371 for review

Paolo Pisati piso at FreeBSD.org
Mon Mar 5 22:04:49 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=115371

Change 115371 by piso at piso_newluxor on 2007/03/05 22:04:19

	Wrap at 80 ppbus_setup_intr().

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/ppbus/ppbconf.c#5 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/ppbus/ppbconf.c#5 (text+ko) ====

@@ -421,7 +421,8 @@
 {
 	int error;
 	struct ppb_data *ppb = DEVTOSOFTC(bus);
-	struct ppb_device *ppbdev = (struct ppb_device *)device_get_ivars(child);
+	struct ppb_device *ppbdev = 
+	    (struct ppb_device *)device_get_ivars(child);
 
 	/* a device driver must own the bus to register an interrupt */
 	if (ppb->ppb_owner != child)


More information about the p4-projects mailing list