[PATCH] Remove whitespace from ALI15x3 IDE driver name

From: Pekka Enberg
Date: Thu Aug 12 2004 - 10:52:23 EST


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@xxxxxxxxxxxxxx>

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,
};


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/