From: domen@coderock•org
To: jgarzik@pobox•com
Cc: netdev@oss•sgi.com, domen@coderock•org, janitor@sternwelten•at
Subject: [patch 02/19] list_for_each: drivers-net-tulip-de4x5.c
Date: Wed, 12 Jan 2005 00:10:11 +0100 [thread overview]
Message-ID: <20050111231011.DB77A1F225@trashy.coderock.org> (raw)
Hi.
s/for/list_for_each/
Compile tested.
Signed-off-by: Domen Puncer <domen@coderock•org>
Signed-off-by: Maximilian Attems <janitor@sternwelten•at>
Signed-off-by: Domen Puncer <domen@coderock•org>
---
kj-domen/drivers/net/tulip/de4x5.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -puN drivers/net/tulip/de4x5.c~list-for-each-drivers_net_tulip_de4x5 drivers/net/tulip/de4x5.c
--- kj/drivers/net/tulip/de4x5.c~list-for-each-drivers_net_tulip_de4x5 2005-01-10 17:59:48.000000000 +0100
+++ kj-domen/drivers/net/tulip/de4x5.c 2005-01-10 17:59:48.000000000 +0100
@@ -2143,9 +2143,9 @@ srom_search(struct net_device *dev, stru
u_long iobase = 0; /* Clear upper 32 bits in Alphas */
int i, j, cfrv;
struct de4x5_private *lp = netdev_priv(dev);
- struct list_head *walk = &pdev->bus_list;
+ struct list_head *walk;
- for (walk = walk->next; walk != &pdev->bus_list; walk = walk->next) {
+ list_for_each(walk, &pdev->bus_list) {
struct pci_dev *this_dev = pci_dev_b(walk);
/* Skip the pci_bus list entry */
_
reply other threads:[~2005-01-11 23:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20050111231011.DB77A1F225@trashy.coderock.org \
--to=domen@coderock$(echo .)org \
--cc=janitor@sternwelten$(echo .)at \
--cc=jgarzik@pobox$(echo .)com \
--cc=netdev@oss$(echo .)sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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