All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nathan Myers <ncm@nospam.cantrip.org>
To: linux-kernel@vger.kernel.org
Cc: torvalds@transmeta.com, alan@redhat.com
Subject: [PATCH] omnibus NON-include/ cleanup (less big)
Date: Thu, 15 Nov 2001 21:15:52 -0800	[thread overview]
Message-ID: <20011115211552.A1867@shell7.ba.best.com> (raw)

A small fix to be applied after the patch in

  http://marc.theaimsgroup.com/?l=linux-kernel&m=100588649623663&w=2

Apologies for the mess.
For reference, the two (correct) patches are archived at

  http://ncm.best.vwh.net/patch-linux.diff
  http://ncm.best.vwh.net/patch-includes.diff

Nathan Myers
ncm at cantrip dot org

--- linux-wrong/drivers/net/de4x5.h	Thu Nov 15 20:55:15 2001
+++ linux/drivers/net/de4x5.h	Thu Nov 15 20:55:24 2001
@@ -25,7 +25,7 @@
 #define DE4X5_APROM  (iobase+(0x048 << lp->bus)) /* Ethernet Address PROM */
 #define DE4X5_BROM   (iobase+(0x048 << lp->bus)) /* Boot ROM Register */
 #define DE4X5_SROM   (iobase+(0x048 << lp->bus)) /* Serial ROM Register */
-#define DE4X5_MII    ((iobase+(0x048 << lp->bus)) /* MII Interface Register */
+#define DE4X5_MII    (iobase+(0x048 << lp->bus)) /* MII Interface Register */
 #define DE4X5_DDR    (iobase+(0x050 << lp->bus)) /* Data Diagnostic Register */
 #define DE4X5_FDR    (iobase+(0x058 << lp->bus)) /* Full Duplex Register */
 #define DE4X5_GPT    (iobase+(0x058 << lp->bus)) /* General Purpose Timer Reg.*/

             reply	other threads:[~2001-11-16  5:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-16  5:15 Nathan Myers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-11-16  4:51 [PATCH] omnibus NON-include/ cleanup (less big) Nathan Myers

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=20011115211552.A1867@shell7.ba.best.com \
    --to=ncm@nospam.cantrip.org \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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.