Re: [PATCH] removal of "static foo = 0" from drivers/ide (test11)

Jeff Garzik (jgarzik@mandrakesoft.com)
Tue, 21 Nov 2000 19:09:11 -0500


"J . A . Magallon" wrote:
> On Tue, 21 Nov 2000 22:25:01 Bartlomiej Zolnierkiewicz wrote:
> > -static int dataPort = 0; /* port for register data */
> > +static int dataPort; /* port for register data */
>
> That is not too much confidence on the ANSI-ness of the compiler ???

There is nothing wrong with that change. Standard kernel style cleanup,
which saves a few bytes in the output kernel image.

Jeff

-- 
Jeff Garzik             |
Building 1024           | The chief enemy of creativity is "good" sense
MandrakeSoft            |          -- Picasso
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/