Date: Mon, 5 Mar 2007 22:04:47 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 115371 for review Message-ID: <200703052204.l25M4lnF061780@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=115371 Change 115371 by piso@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703052204.l25M4lnF061780>