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

From: Jesper Juhl
Date: Wed Dec 14 2005 - 18:24:17 EST


On 12/15/05, Russell King <rmk+lkml@xxxxxxxxxxxxxxxx> 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 *);
>

Yes, I considered just doing that, but was unsure if the name had been
used for some obscure readability or grep'ability reason, so I opted
to leave the name but just change it.. In future cases like this one
(if people actually want these patches) I'll just nuke the name.

--
Jesper Juhl <jesper.juhl@xxxxxxxxx>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
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/