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

From: Russell King
Date: Wed Dec 14 2005 - 18:21:48 EST


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 *);

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
-
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/