PERFORCE change 115373 for review
Paolo Pisati
piso at FreeBSD.org
Mon Mar 5 22:10:57 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=115373
Change 115373 by piso at piso_newluxor on 2007/03/05 22:10:14
o Wrap at 80 ppc_setup_intr().
o Style(9) ppc_setup_intr() a bit.
Affected files ...
.. //depot/projects/soc2006/intr_filter/dev/ppc/ppc.c#7 edit
Differences ...
==== //depot/projects/soc2006/intr_filter/dev/ppc/ppc.c#7 (text+ko) ====
@@ -1962,7 +1962,7 @@
*/
int
ppc_setup_intr(device_t bus, device_t child, struct resource *r, int flags,
- driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep)
+ driver_filter_t *filt, void (*ihand)(void *), void *arg, void **cookiep)
{
int error;
struct ppc_data *ppc = DEVTOSOFTC(bus);
@@ -1982,9 +1982,12 @@
ppc->ppc_registered = 0;
}
- /* pass registration to the upper layer, ignore the incoming resource */
+ /*
+ * pass registration to the upper layer, ignore the incoming
+ * resource
+ */
return (BUS_SETUP_INTR(device_get_parent(bus), child,
- r, flags, filt, ihand, arg, cookiep));
+ r, flags, filt, ihand, arg, cookiep));
}
/*
More information about the p4-projects
mailing list