Re: [PATCH] ide-pci.c: typo

2000-12-12 Thread Matthew Kirkwood
On Mon, 11 Dec 2000, Frédéric L . W . Meunier 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. If

Re: [PATCH] ide-pci.c: typo

2000-12-11 Thread Bruce Korb
Frédéric L . W . Meunier wrote: > > Alan Cox wrote: ... There are several typos, but it is not clear if they are all from ide-pci.c, or in the other files (pci.ids and pci_ids.h). - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECT

Re: [PATCH] ide-pci.c: typo

2000-12-11 Thread Frédéric L . W . Meunier
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-7

Re: [PATCH] ide-pci.c: typo

2000-12-11 Thread Alan Cox
> 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

[PATCH] ide-pci.c: typo

2000-12-11 Thread Frédéric L . W . Meunier
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) --- linux/drivers/block/ide-pci.c.old Sun Dec 10 23:10:22 200