public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: maximilian attems <janitor@sternwelten.at>
Cc: jffs-dev@axis.com, linux-kernel@vger.kernel.org
Subject: Re: [patch-kj] use list_for_each() in fs/jffs/intrep.c
Date: Fri, 23 Jul 2004 17:17:24 +0100	[thread overview]
Message-ID: <20040723161724.GA31884@infradead.org> (raw)
In-Reply-To: <20040723155528.GQ1795@stro.at>

On Fri, Jul 23, 2004 at 05:55:28PM +0200, maximilian attems wrote:
> 
> Use list_for_each() where applicable
> - for (list = ymf_devs.next; list != &ymf_devs; list = list->next) {
> + list_for_each(list, &ymf_devs) {
> pure cosmetic change, defined as a preprocessor macro in:
> include/linux/list.h
> 
> applies cleanly to 2.6.8-rc2
> 
> From: Domen Puncer <domen@coderock.org>
> Signed-off-by: Maximilian Attems <janitor@sternwelten.at>

Please switch to list_for_each_entry while you're at it.

  reply	other threads:[~2004-07-23 16:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-23 15:55 [patch-kj] use list_for_each() in fs/jffs/intrep.c maximilian attems
2004-07-23 16:17 ` Christoph Hellwig [this message]
2004-07-23 19:02   ` Domen Puncer
2004-07-29 11:33     ` Domen Puncer
2004-07-25 12:15   ` maximilian attems

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=20040723161724.GA31884@infradead.org \
    --to=hch@infradead.org \
    --cc=janitor@sternwelten.at \
    --cc=jffs-dev@axis.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox