All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frédéric L . W . Meunier  <0@pervalidus.net>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] ide-pci.c: typo
Date: Mon, 11 Dec 2000 21:20:27 -0200	[thread overview]
Message-ID: <20001211212027.A1245@pervalidus> (raw)

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

dmesg: VP_IDE: not 100% native mode: will probe irqs later
syslog: Dec 11 14:28:48 pervalidus kernel: VP_IDE: not 100%% native mode: will probe irqs later


-- 
0@pervalidus.{net,{dyndns.}org} TelFax: 55-21-717-2399 (Niterói-RJ BR)

[-- Attachment #2: ide-pci.c.diff --]
[-- Type: text/plain, Size: 514 bytes --]

--- linux/drivers/block/ide-pci.c.old	Sun Dec 10 23:10:22 2000
+++ linux/drivers/block/ide-pci.c	Mon Dec 11 20:16:36 2000
@@ -344,7 +344,7 @@
 	 */
 	pciirq = dev->irq;
 	if ((dev->class & ~(0xfa)) != ((PCI_CLASS_STORAGE_IDE << 8) | 5)) {
-		printk("%s: not 100%% native mode: will probe irqs later\n", d->name);
+		printk("%s: not 100% native mode: will probe irqs later\n", d->name);
 		pciirq = ide_special_settings(dev, d->name);
 	} else if (tried_config) {
 		printk("%s: will probe irqs later\n", d->name);

             reply	other threads:[~2000-12-11 23:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-11 23:20 Frédéric L . W . Meunier [this message]
2000-12-12  0:10 ` [PATCH] ide-pci.c: typo Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2000-12-12  0:51 Frédéric L . W . Meunier
2000-12-12  1:06 ` Bruce Korb
2000-12-12 16:16 ` Matthew Kirkwood

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=20001211212027.A1245@pervalidus \
    --to=0@pervalidus.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.