public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ide-pci.c: typo
@ 2000-12-11 23:20 Frédéric L . W . Meunier
  2000-12-12  0:10 ` Alan Cox
  0 siblings, 1 reply; 5+ messages in thread
From: Frédéric L . W . Meunier @ 2000-12-11 23:20 UTC (permalink / raw)
  To: linux-kernel

[-- 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);

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [PATCH] ide-pci.c: typo
@ 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
  0 siblings, 2 replies; 5+ messages in thread
From: Frédéric L . W . Meunier @ 2000-12-12  0:51 UTC (permalink / raw)
  To: linux-kernel

Alan Cox wrote:

> I disagree with the patch. The bug is in printk

No problem. So, it's a bug report instead. I have no clues,
and just thought it'd be a fix :)

Not sure if 2.2.17 reported the double %% from syslog. I
usually look at my dmesg.

-- 
0@pervalidus.{net,{dyndns.}org} TelFax: 55-21-717-2399 (Niterói-RJ BR)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-12-12 16:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-11 23:20 [PATCH] ide-pci.c: typo Frédéric L . W . Meunier
2000-12-12  0:10 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox