PERFORCE change 100047 for review

Paolo Pisati piso at FreeBSD.org
Mon Jun 26 11:19:50 UTC 2006


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

Change 100047 by piso at piso_newluxor on 2006/06/26 11:19:33

	Indent it for 80 columns.  

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/ppc/ppc.c#3 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/ppc/ppc.c#3 (text+ko) ====

@@ -1963,7 +1963,8 @@
  */
 int
 ppc_setup_intr(device_t bus, device_t child, struct resource *r, int flags,
-			driver_filter_t *filter, void (*ihand)(void *), void *arg, void **cookiep)
+	       driver_filter_t *filter, void (*ihand)(void *), void *arg, 
+	       void **cookiep)
 {
 	int error;
 	struct ppc_data *ppc = DEVTOSOFTC(bus);


More information about the p4-projects mailing list