All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in sl82c105.c driver
@ 2002-11-07  2:55 Paul Mackerras
  2002-11-07  9:36 ` Russell King
  2002-11-08 17:38 ` Alan Cox
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Mackerras @ 2002-11-07  2:55 UTC (permalink / raw)
  To: Jens Axboe, torvalds; +Cc: linux-kernel, benh

This patch fixes a minor typo in sl82c105.c which stops it from
compiling.

Jens and/or Linus, please apply.

Paul.

diff -urN linux-2.5/drivers/ide/pci/sl82c105.c pmac-2.5/drivers/ide/pci/sl82c105.c
--- linux-2.5/drivers/ide/pci/sl82c105.c	2002-10-12 14:40:28.000000000 +1000
+++ pmac-2.5/drivers/ide/pci/sl82c105.c	2002-10-30 12:32:48.000000000 +1100
@@ -284,7 +284,7 @@
 
 static int __devinit sl82c105_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 {
-	ide_pci_device_t *d = &slc82c105_chipsets[id->driver_data];
+	ide_pci_device_t *d = &sl82c105_chipsets[id->driver_data];
 	if (dev->device != d->device)
 		BUG();
 	ide_setup_pci_device(dev, d);

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

end of thread, other threads:[~2002-11-08 17:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-07  2:55 [PATCH] Fix typo in sl82c105.c driver Paul Mackerras
2002-11-07  9:36 ` Russell King
2002-11-08 17:38 ` Alan Cox
2002-11-08 17:41   ` Russell King

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.