Re: [RFC][expample patch] Make the kernel -Wshadow clean ?

From: Randy.Dunlap
Date: Wed Dec 14 2005 - 18:25:29 EST


On Wed, 14 Dec 2005, Russell King wrote:

> On Thu, Dec 15, 2005 at 12:19:57AM +0100, Jesper Juhl wrote:
> > - void (*dtor)(struct page *page);
> > + void (*dtor)(struct page *pge);
>
> Note that this one just needs to be:
> void (*dtor)(struct page *);

I would rather see <shadowed> names there.

--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/