BMAC Ethernet Driver
Nathan Whitehorn
nathanw at uchicago.edu
Wed Apr 9 00:32:18 UTC 2008
Alexey Dokuchaev wrote:
> 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.
Hmm. I was mostly just trying to match the style in the rest of macio.c.
Is it a better idea in this circumstance to match style(9) or the
existing code?
-Nathan
More information about the freebsd-ppc
mailing list