linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove whitespace from ALI15x3 IDE driver name
@ 2004-08-12 18:54 Pekka Enberg
  2004-08-12 16:04 ` Christoph Hellwig
  0 siblings, 1 reply; 6+ messages in thread
From: Pekka Enberg @ 2004-08-12 18:54 UTC (permalink / raw)
  To: B.Zolnierkiewicz; +Cc: linux-kernel

This patch removes whitespace from ALI15x3 IDE driver name that appears in the
sysfs directory. It is against 2.6.7.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>

 alim15x3.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.7-pe/drivers/ide/pci/alim15x3.c
===================================================================
--- linux-2.6.7-pe.orig/drivers/ide/pci/alim15x3.c	2004-08-05 17:28:15.000000000 +0000
+++ linux-2.6.7-pe/drivers/ide/pci/alim15x3.c	2004-08-12 16:45:22.774205576 +0000
@@ -893,7 +893,7 @@
 MODULE_DEVICE_TABLE(pci, alim15x3_pci_tbl);
 
 static struct pci_driver driver = {
-	.name		= "ALI15x3 IDE",
+	.name		= "ALI15x3_IDE",
 	.id_table	= alim15x3_pci_tbl,
 	.probe		= alim15x3_init_one,
 };



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

end of thread, other threads:[~2004-08-15 18:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-12 18:54 [PATCH] Remove whitespace from ALI15x3 IDE driver name Pekka Enberg
2004-08-12 16:04 ` Christoph Hellwig
2004-08-12 19:19   ` Pekka Enberg
2004-08-12 19:55   ` Alan Cox
2004-08-12 21:33     ` Deepak Saxena
2004-08-15 18:09       ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).