Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2006 11:50:45 GMT
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 105324 for review
Message-ID:  <200608301150.k7UBojlh061394@repoman.freebsd.org>

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

Change 105324 by cognet@cognet on 2006/08/30 11:50:13

	Avoid mux@ anger by fixing 2 style bugs.

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_pci_space.c#4 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_pci_space.c#4 (text+ko) ====

@@ -372,7 +372,8 @@
 _pci_io_bs_w_4(void *v, bus_space_handle_t ioh, bus_size_t off,
 	u_int32_t val)
 {
-	_bs_w(v, ioh, off, 0,val);
+
+	_bs_w(v, ioh, off, 0, val);
 }
 
 #ifdef __ARMEB__



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