PERFORCE change 115365 for review

Paolo Pisati piso at FreeBSD.org
Mon Mar 5 21:40:13 UTC 2007


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

Change 115365 by piso at piso_newluxor on 2007/03/05 21:39:59

	Wrap at 80 ixppcib_setup_intr().

Affected files ...

.. //depot/projects/soc2006/intr_filter/arm/xscale/ixp425/ixp425_pci.c#4 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/arm/xscale/ixp425/ixp425_pci.c#4 (text+ko) ====

@@ -254,7 +254,8 @@
 
 static int
 ixppcib_setup_intr(device_t dev, device_t child, struct resource *ires,
-    int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, void **cookiep)
+    int flags, driver_filter_t *filt, driver_intr_t *intr, void *arg, 
+    void **cookiep)
 {
 
 	return (BUS_SETUP_INTR(device_get_parent(dev), child, ires, flags,


More information about the p4-projects mailing list