Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2007 20:05:37 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 119298 for review
Message-ID:  <200705052005.l45K5bDM081318@repoman.freebsd.org>

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

Change 119298 by mjacob@mjexp on 2007/05/05 20:04:53

	niggling whitespace

Affected files ...

.. //depot/projects/mjexp/sys/dev/isp/isp_freebsd.h#17 edit

Differences ...

==== //depot/projects/mjexp/sys/dev/isp/isp_freebsd.h#17 (text+ko) ====

@@ -548,7 +548,7 @@
 #define	isp_callout_init(x)	callout_init(x)
 #elif	__FreeBSD_version < 700037
 #define	isp_callout_init(x)	callout_init(x, 0)
-#define	isp_sim_alloc	cam_sim_alloc
+#define	isp_sim_alloc		cam_sim_alloc
 #else
 #define	isp_callout_init(x)	callout_init(x, 1)
 #define	isp_sim_alloc(a, b, c, d, e, f, g, h)	\



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