From: davej@codemonkey.org.uk
To: jgarzik@pobox.com
Cc: linux-kernel@vger.kernel.org
Subject: Nuke stale comment from bmac
Date: Thu, 15 May 2003 04:31:07 +0100 [thread overview]
Message-ID: <200305150331.h4F3V7TY000619@deviant.impure.org.uk> (raw)
Leftovers from before we used memset to clear the struct.
diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/net/bmac.c linux-2.5/drivers/net/bmac.c
--- bk-linus/drivers/net/bmac.c 2003-05-11 22:59:28.000000000 +0100
+++ linux-2.5/drivers/net/bmac.c 2003-05-11 23:20:44.000000000 +0100
@@ -1407,7 +1407,6 @@ static void __init bmac_probe1(struct de
skb_queue_head_init(bp->queue);
init_timer(&bp->tx_timeout);
- /* bp->timeout_active = 0; */
ret = request_irq(dev->irq, bmac_misc_intr, 0, "BMAC-misc", dev);
if (ret) {
reply other threads:[~2003-05-15 3:19 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=200305150331.h4F3V7TY000619@deviant.impure.org.uk \
--to=davej@codemonkey.org.uk \
--cc=jgarzik@pobox.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
Powered by JetHome