All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Greg KH <greg@kroah.com>
Cc: linux-kernel@vger.kernel.org, linux-hotplug-devel@lists.sourceforge.net
Subject: Re: [PATCH] add class_simple support [01/10]
Date: Tue, 20 Jan 2004 01:58:30 +0000	[thread overview]
Message-ID: <20040120020710.A92E92C2DA@lists.samba.org> (raw)
In-Reply-To: Your message of "Thu, 15 Jan 2004 12:41:11 -0800." <20040115204111.GB22199@kroah.com>
In-Reply-To: <20040115204111.GB22199@kroah.com>

In message <20040115204111.GB22199@kroah.com> you write:
> +	list_for_each(tmp, &simple_dev_list) {
> +		s_dev = list_entry(tmp, struct simple_dev, node);

Hi again Greg.

Insert a gentle reminder about list_for_each_entry here.

Cheers,
Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

WARNING: multiple messages have this Message-ID (diff)
From: Rusty Russell <rusty@rustcorp.com.au>
To: Greg KH <greg@kroah.com>
Cc: linux-kernel@vger.kernel.org, linux-hotplug-devel@lists.sourceforge.net
Subject: Re: [PATCH] add class_simple support [01/10]
Date: Tue, 20 Jan 2004 12:58:30 +1100	[thread overview]
Message-ID: <20040120020710.A92E92C2DA@lists.samba.org> (raw)
In-Reply-To: Your message of "Thu, 15 Jan 2004 12:41:11 -0800." <20040115204111.GB22199@kroah.com>

In message <20040115204111.GB22199@kroah.com> you write:
> +	list_for_each(tmp, &simple_dev_list) {
> +		s_dev = list_entry(tmp, struct simple_dev, node);

Hi again Greg.

Insert a gentle reminder about list_for_each_entry here.

Cheers,
Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

  parent reply	other threads:[~2004-01-20  1:58 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-15 20:40 [PATCH] sysfs class patch update [00/10] Greg KH
2004-01-15 20:40 ` Greg KH
2004-01-15 20:41 ` [PATCH] add class_simple support [01/10] Greg KH
2004-01-15 20:41   ` Greg KH
2004-01-15 20:41   ` [PATCH] add sysfs class support for input devices [02/10] Greg KH
2004-01-15 20:41     ` Greg KH
2004-01-15 20:41     ` [PATCH] add class support for lp devices [03/10] Greg KH
2004-01-15 20:41       ` Greg KH
2004-01-15 20:41       ` [PATCH] add sysfs class support for mem devices [04/10] Greg KH
2004-01-15 20:41         ` Greg KH
2004-01-15 20:42         ` [PATCH] add sysfs class support for misc devices [05/10] Greg KH
2004-01-15 20:42           ` Greg KH
2004-01-15 20:42           ` [PATCH] add sysfs class support for raw devices [06/10] Greg KH
2004-01-15 20:42             ` Greg KH
2004-01-15 20:42             ` [PATCH] add sysfs class support for OSS sound devices [07/10] Greg KH
2004-01-15 20:42               ` Greg KH
2004-01-15 20:43               ` [PATCH] add sysfs class support for ALSA sound devices [08/10] Greg KH
2004-01-15 20:43                 ` Greg KH
2004-01-15 20:43                 ` [PATCH] clean up sysfs class support for tty devices [09/10] Greg KH
2004-01-15 20:43                   ` Greg KH
2004-01-15 20:43                   ` [PATCH] add sysfs class support for vc devices [10/10] Greg KH
2004-01-15 20:43                     ` Greg KH
2004-01-16  4:13                     ` Andrew Morton
2004-01-16  4:13                       ` Andrew Morton
2004-01-16 19:04                       ` Martin Schlemmer
2004-01-16 19:17                         ` Andrew Morton
2004-01-16 19:17                           ` Andrew Morton
2004-01-16 19:52                           ` Martin Schlemmer
2004-01-16 22:15                 ` [PATCH] add sysfs class support for ALSA sound devices [08/10] Måns Rullgård
2004-01-17  0:10                   ` Greg KH
2004-01-17  0:10                     ` Greg KH
2004-01-17  0:50                     ` Måns Rullgård
2004-01-15 21:23               ` [PATCH] add sysfs class support for OSS sound devices [07/10] Prakash K. Cheemplavam
2004-01-15 21:23                 ` Prakash K. Cheemplavam
2004-01-15 21:32                 ` Greg KH
2004-01-15 21:32                   ` Greg KH
2004-01-15 22:01                   ` Prakash K. Cheemplavam
2004-01-20  1:58   ` Rusty Russell [this message]
2004-01-20  1:58     ` [PATCH] add class_simple support [01/10] Rusty Russell
2004-01-15 20:57 ` [PATCH] sysfs class patch update [00/10] Måns Rullgård
2004-01-15 22:56   ` Greg KH
2004-01-15 22:56     ` Greg KH

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=20040120020710.A92E92C2DA@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=greg@kroah.com \
    --cc=linux-hotplug-devel@lists.sourceforge.net \
    --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.