Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 11:19:47 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 100047 for review
Message-ID:  <200606261119.k5QBJlQO055142@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100047

Change 100047 by piso@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606261119.k5QBJlQO055142>