Commit e25f41c4 authored by Deepak Saxena's avatar Deepak Saxena Committed by Greg Kroah-Hartman

[PATCH] Remove spaces from PCI IDE pci_driver.name field

Spaces in driver names show up as spaces in sysfs. Annoying.
I went ahead and changed ones that don't have spaces to use
${NAME}_IDE so they are all consistent.
Signed-off-by: default avatarDeepak Saxena <dsaxena@plexity.net>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent aba358c0
...@@ -540,7 +540,7 @@ static struct pci_device_id aec62xx_pci_tbl[] = { ...@@ -540,7 +540,7 @@ static struct pci_device_id aec62xx_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, aec62xx_pci_tbl); MODULE_DEVICE_TABLE(pci, aec62xx_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "AEC62xx IDE", .name = "AEC62xx_IDE",
.id_table = aec62xx_pci_tbl, .id_table = aec62xx_pci_tbl,
.probe = aec62xx_init_one, .probe = aec62xx_init_one,
}; };
......
...@@ -893,7 +893,7 @@ static struct pci_device_id alim15x3_pci_tbl[] = { ...@@ -893,7 +893,7 @@ static struct pci_device_id alim15x3_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, alim15x3_pci_tbl); MODULE_DEVICE_TABLE(pci, alim15x3_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "ALI15x3 IDE", .name = "ALI15x3_IDE",
.id_table = alim15x3_pci_tbl, .id_table = alim15x3_pci_tbl,
.probe = alim15x3_init_one, .probe = alim15x3_init_one,
}; };
......
...@@ -520,7 +520,7 @@ static struct pci_device_id amd74xx_pci_tbl[] = { ...@@ -520,7 +520,7 @@ static struct pci_device_id amd74xx_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, amd74xx_pci_tbl); MODULE_DEVICE_TABLE(pci, amd74xx_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "AMD IDE", .name = "AMD_IDE",
.id_table = amd74xx_pci_tbl, .id_table = amd74xx_pci_tbl,
.probe = amd74xx_probe, .probe = amd74xx_probe,
}; };
......
...@@ -490,7 +490,7 @@ static struct pci_device_id atiixp_pci_tbl[] = { ...@@ -490,7 +490,7 @@ static struct pci_device_id atiixp_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, atiixp_pci_tbl); MODULE_DEVICE_TABLE(pci, atiixp_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "ATIIXP IDE", .name = "ATIIXP_IDE",
.id_table = atiixp_pci_tbl, .id_table = atiixp_pci_tbl,
.probe = atiixp_init_one, .probe = atiixp_init_one,
}; };
......
...@@ -760,7 +760,7 @@ static struct pci_device_id cmd64x_pci_tbl[] = { ...@@ -760,7 +760,7 @@ static struct pci_device_id cmd64x_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, cmd64x_pci_tbl); MODULE_DEVICE_TABLE(pci, cmd64x_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "CMD64x IDE", .name = "CMD64x_IDE",
.id_table = cmd64x_pci_tbl, .id_table = cmd64x_pci_tbl,
.probe = cmd64x_init_one, .probe = cmd64x_init_one,
}; };
......
...@@ -319,7 +319,7 @@ static struct pci_device_id cs5520_pci_tbl[] = { ...@@ -319,7 +319,7 @@ static struct pci_device_id cs5520_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, cs5520_pci_tbl); MODULE_DEVICE_TABLE(pci, cs5520_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "CyrixIDE", .name = "Cyrix_IDE",
.id_table = cs5520_pci_tbl, .id_table = cs5520_pci_tbl,
.probe = cs5520_init_one, .probe = cs5520_init_one,
}; };
......
...@@ -444,7 +444,7 @@ static struct pci_device_id cy82c693_pci_tbl[] = { ...@@ -444,7 +444,7 @@ static struct pci_device_id cy82c693_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, cy82c693_pci_tbl); MODULE_DEVICE_TABLE(pci, cy82c693_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "Cypress IDE", .name = "Cypress_IDE",
.id_table = cy82c693_pci_tbl, .id_table = cy82c693_pci_tbl,
.probe = cy82c693_init_one, .probe = cy82c693_init_one,
}; };
......
...@@ -138,7 +138,7 @@ static struct pci_device_id generic_pci_tbl[] = { ...@@ -138,7 +138,7 @@ static struct pci_device_id generic_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, generic_pci_tbl); MODULE_DEVICE_TABLE(pci, generic_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "PCI IDE", .name = "PCI_IDE",
.id_table = generic_pci_tbl, .id_table = generic_pci_tbl,
.probe = generic_init_one, .probe = generic_init_one,
}; };
......
...@@ -339,7 +339,7 @@ static struct pci_device_id hpt34x_pci_tbl[] = { ...@@ -339,7 +339,7 @@ static struct pci_device_id hpt34x_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, hpt34x_pci_tbl); MODULE_DEVICE_TABLE(pci, hpt34x_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "HPT34x IDE", .name = "HPT34x_IDE",
.id_table = hpt34x_pci_tbl, .id_table = hpt34x_pci_tbl,
.probe = hpt34x_init_one, .probe = hpt34x_init_one,
}; };
......
...@@ -1403,7 +1403,7 @@ static struct pci_device_id hpt366_pci_tbl[] = { ...@@ -1403,7 +1403,7 @@ static struct pci_device_id hpt366_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, hpt366_pci_tbl); MODULE_DEVICE_TABLE(pci, hpt366_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "HPT366 IDE", .name = "HPT366_IDE",
.id_table = hpt366_pci_tbl, .id_table = hpt366_pci_tbl,
.probe = hpt366_init_one, .probe = hpt366_init_one,
}; };
......
...@@ -302,7 +302,7 @@ static struct pci_device_id it8172_pci_tbl[] = { ...@@ -302,7 +302,7 @@ static struct pci_device_id it8172_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, it8172_pci_tbl); MODULE_DEVICE_TABLE(pci, it8172_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "IT8172IDE", .name = "IT8172_IDE",
.id_table = it8172_pci_tbl, .id_table = it8172_pci_tbl,
.probe = it8172_init_one, .probe = it8172_init_one,
}; };
......
...@@ -236,7 +236,7 @@ static struct pci_device_id ns87415_pci_tbl[] = { ...@@ -236,7 +236,7 @@ static struct pci_device_id ns87415_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, ns87415_pci_tbl); MODULE_DEVICE_TABLE(pci, ns87415_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "NS87415IDE", .name = "NS87415_IDE",
.id_table = ns87415_pci_tbl, .id_table = ns87415_pci_tbl,
.probe = ns87415_init_one, .probe = ns87415_init_one,
}; };
......
...@@ -367,7 +367,7 @@ static struct pci_device_id opti621_pci_tbl[] = { ...@@ -367,7 +367,7 @@ static struct pci_device_id opti621_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, opti621_pci_tbl); MODULE_DEVICE_TABLE(pci, opti621_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "Opti621 IDE", .name = "Opti621_IDE",
.id_table = opti621_pci_tbl, .id_table = opti621_pci_tbl,
.probe = opti621_init_one, .probe = opti621_init_one,
}; };
......
...@@ -531,7 +531,7 @@ static struct pci_device_id pdc202new_pci_tbl[] = { ...@@ -531,7 +531,7 @@ static struct pci_device_id pdc202new_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, pdc202new_pci_tbl); MODULE_DEVICE_TABLE(pci, pdc202new_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "Promise IDE", .name = "Promise_IDE",
.id_table = pdc202new_pci_tbl, .id_table = pdc202new_pci_tbl,
.probe = pdc202new_init_one, .probe = pdc202new_init_one,
}; };
......
...@@ -905,7 +905,7 @@ static struct pci_device_id pdc202xx_pci_tbl[] = { ...@@ -905,7 +905,7 @@ static struct pci_device_id pdc202xx_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, pdc202xx_pci_tbl); MODULE_DEVICE_TABLE(pci, pdc202xx_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "Promise Old IDE", .name = "Promise_Old_IDE",
.id_table = pdc202xx_pci_tbl, .id_table = pdc202xx_pci_tbl,
.probe = pdc202xx_init_one, .probe = pdc202xx_init_one,
}; };
......
...@@ -803,7 +803,7 @@ static struct pci_device_id piix_pci_tbl[] = { ...@@ -803,7 +803,7 @@ static struct pci_device_id piix_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, piix_pci_tbl); MODULE_DEVICE_TABLE(pci, piix_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "PIIX IDE", .name = "PIIX_IDE",
.id_table = piix_pci_tbl, .id_table = piix_pci_tbl,
.probe = piix_init_one, .probe = piix_init_one,
}; };
......
...@@ -74,7 +74,7 @@ static struct pci_device_id rz1000_pci_tbl[] = { ...@@ -74,7 +74,7 @@ static struct pci_device_id rz1000_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, rz1000_pci_tbl); MODULE_DEVICE_TABLE(pci, rz1000_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "RZ1000 IDE", .name = "RZ1000_IDE",
.id_table = rz1000_pci_tbl, .id_table = rz1000_pci_tbl,
.probe = rz1000_init_one, .probe = rz1000_init_one,
}; };
......
...@@ -565,7 +565,7 @@ static struct pci_device_id sc1200_pci_tbl[] = { ...@@ -565,7 +565,7 @@ static struct pci_device_id sc1200_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, sc1200_pci_tbl); MODULE_DEVICE_TABLE(pci, sc1200_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "SC1200 IDE", .name = "SC1200_IDE",
.id_table = sc1200_pci_tbl, .id_table = sc1200_pci_tbl,
.probe = sc1200_init_one, .probe = sc1200_init_one,
.suspend = sc1200_suspend, .suspend = sc1200_suspend,
......
...@@ -812,7 +812,7 @@ static struct pci_device_id svwks_pci_tbl[] = { ...@@ -812,7 +812,7 @@ static struct pci_device_id svwks_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, svwks_pci_tbl); MODULE_DEVICE_TABLE(pci, svwks_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "Serverworks IDE", .name = "Serverworks_IDE",
.id_table = svwks_pci_tbl, .id_table = svwks_pci_tbl,
.probe = svwks_init_one, .probe = svwks_init_one,
#if 0 /* FIXME: implement */ #if 0 /* FIXME: implement */
......
...@@ -782,7 +782,7 @@ static struct pci_device_id sgiioc4_pci_tbl[] = { ...@@ -782,7 +782,7 @@ static struct pci_device_id sgiioc4_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, sgiioc4_pci_tbl); MODULE_DEVICE_TABLE(pci, sgiioc4_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "SGI-IOC4 IDE", .name = "SGI-IOC4_IDE",
.id_table = sgiioc4_pci_tbl, .id_table = sgiioc4_pci_tbl,
.probe = sgiioc4_init_one, .probe = sgiioc4_init_one,
}; };
......
...@@ -1137,7 +1137,7 @@ static struct pci_device_id siimage_pci_tbl[] = { ...@@ -1137,7 +1137,7 @@ static struct pci_device_id siimage_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, siimage_pci_tbl); MODULE_DEVICE_TABLE(pci, siimage_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "SiI IDE", .name = "SiI_IDE",
.id_table = siimage_pci_tbl, .id_table = siimage_pci_tbl,
.probe = siimage_init_one, .probe = siimage_init_one,
}; };
......
...@@ -968,7 +968,7 @@ static struct pci_device_id sis5513_pci_tbl[] = { ...@@ -968,7 +968,7 @@ static struct pci_device_id sis5513_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, sis5513_pci_tbl); MODULE_DEVICE_TABLE(pci, sis5513_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "SIS IDE", .name = "SIS_IDE",
.id_table = sis5513_pci_tbl, .id_table = sis5513_pci_tbl,
.probe = sis5513_init_one, .probe = sis5513_init_one,
}; };
......
...@@ -503,7 +503,7 @@ static struct pci_device_id sl82c105_pci_tbl[] = { ...@@ -503,7 +503,7 @@ static struct pci_device_id sl82c105_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, sl82c105_pci_tbl); MODULE_DEVICE_TABLE(pci, sl82c105_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "W82C105 IDE", .name = "W82C105_IDE",
.id_table = sl82c105_pci_tbl, .id_table = sl82c105_pci_tbl,
.probe = sl82c105_init_one, .probe = sl82c105_init_one,
}; };
......
...@@ -387,7 +387,7 @@ static struct pci_device_id slc90e66_pci_tbl[] = { ...@@ -387,7 +387,7 @@ static struct pci_device_id slc90e66_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, slc90e66_pci_tbl); MODULE_DEVICE_TABLE(pci, slc90e66_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "SLC90e66 IDE", .name = "SLC90e66_IDE",
.id_table = slc90e66_pci_tbl, .id_table = slc90e66_pci_tbl,
.probe = slc90e66_init_one, .probe = slc90e66_init_one,
}; };
......
...@@ -242,7 +242,7 @@ static struct pci_device_id triflex_pci_tbl[] = { ...@@ -242,7 +242,7 @@ static struct pci_device_id triflex_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, triflex_pci_tbl); MODULE_DEVICE_TABLE(pci, triflex_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "TRIFLEX IDE", .name = "TRIFLEX_IDE",
.id_table = triflex_pci_tbl, .id_table = triflex_pci_tbl,
.probe = triflex_init_one, .probe = triflex_init_one,
}; };
......
...@@ -408,7 +408,7 @@ static struct pci_device_id trm290_pci_tbl[] = { ...@@ -408,7 +408,7 @@ static struct pci_device_id trm290_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, trm290_pci_tbl); MODULE_DEVICE_TABLE(pci, trm290_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "TRM290 IDE", .name = "TRM290_IDE",
.id_table = trm290_pci_tbl, .id_table = trm290_pci_tbl,
.probe = trm290_init_one, .probe = trm290_init_one,
}; };
......
...@@ -632,7 +632,7 @@ static struct pci_device_id via_pci_tbl[] = { ...@@ -632,7 +632,7 @@ static struct pci_device_id via_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, via_pci_tbl); MODULE_DEVICE_TABLE(pci, via_pci_tbl);
static struct pci_driver driver = { static struct pci_driver driver = {
.name = "VIA IDE", .name = "VIA_IDE",
.id_table = via_pci_tbl, .id_table = via_pci_tbl,
.probe = via_init_one, .probe = via_init_one,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment