Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2008 06:12:24 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Nathan Whitehorn <nathanw@uchicago.edu>
Cc:        freebsd-ppc@freebsd.org
Subject:   Re: BMAC Ethernet Driver
Message-ID:  <20080404061224.GB11845@FreeBSD.org>
In-Reply-To: <47F59C13.9030705@uchicago.edu>
References:  <C83E8810-B68B-49B5-A7F4-8B72A4FFFFDA@mac.com> <47F3D2BC.7060001@uchicago.edu> <47F422A0.9080907@uchicago.edu> <CB59240D-E385-4D4C-9372-E9D418502F61@mac.com> <EB224547-BCC9-4467-98E5-1D8EC0352349@mac.com> <Pine.GSO.4.62.0804022152590.20081@harper.uchicago.edu> <C1AB89FF-C466-46B0-BA83-2AD2989E73F9@mac.com> <47F4E007.90802@uchicago.edu> <3B02E59E-5399-40B6-9747-2F49200FD708@mac.com> <47F59C13.9030705@uchicago.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 03, 2008 at 10:10:11PM -0500, Nathan Whitehorn wrote:
> --- macio.c	2007-12-20 18:23:22.000000000 -0600
> +++ macio.c.multi	2008-04-03 20:00:23.562978813 -0500
> @@ -179,27 +179,40 @@
>  static void
>  macio_add_intr(phandle_t devnode, struct macio_devinfo *dinfo)
>  {
> -	int	intr;
> +	int	*intr;
> +	int	i, nintr;
> +	phandle_t iparent;
> +	int 	icells;

>From examples I see in man style(9), type and varname for local vars are
seperated by space, not a tab.

./danfe



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