From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Jesper Juhl <jesper.juhl@gmail.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [RFC][expample patch] Make the kernel -Wshadow clean ?
Date: Wed, 14 Dec 2005 23:22:26 +0000 [thread overview]
Message-ID: <20051214232226.GD31955@flint.arm.linux.org.uk> (raw)
In-Reply-To: <200512150019.57124.jesper.juhl@gmail.com>
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
next prev parent reply other threads:[~2005-12-14 23:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-14 23:19 [RFC][expample patch] Make the kernel -Wshadow clean ? Jesper Juhl
2005-12-14 23:22 ` Russell King [this message]
2005-12-14 23:24 ` Jesper Juhl
2005-12-14 23:26 ` Randy.Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051214232226.GD31955@flint.arm.linux.org.uk \
--to=rmk+lkml@arm.linux.org.uk \
--cc=jesper.juhl@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.