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

[PATCH] Remove spaces from PCI gameport pci_driver.name fields

Signed-off-by: default avatarDeepak Saxena <dsaxena@plexity.net>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 6f48e14c
......@@ -312,7 +312,7 @@ static void __devexit cs461x_pci_remove(struct pci_dev *pdev)
}
static struct pci_driver cs461x_pci_driver = {
.name = "CS461x Gameport",
.name = "CS461x_gameport",
.id_table = cs461x_pci_tbl,
.probe = cs461x_pci_probe,
.remove = __devexit_p(cs461x_pci_remove),
......
......@@ -109,7 +109,7 @@ static void __devexit emu_remove(struct pci_dev *pdev)
}
static struct pci_driver emu_driver = {
.name = "Emu10k1 Gameport",
.name = "Emu10k1_gameport",
.id_table = emu_tbl,
.probe = emu_probe,
.remove = __devexit_p(emu_remove),
......
......@@ -137,7 +137,7 @@ static struct pci_device_id fm801_gp_id_table[] = {
};
static struct pci_driver fm801_gp_driver = {
.name = "FM801 GP",
.name = "FM801_gameport",
.id_table = fm801_gp_id_table,
.probe = fm801_gp_probe,
.remove = __devexit_p(fm801_gp_remove),
......
......@@ -166,7 +166,7 @@ static struct pci_device_id vortex_id_table[] =
{ 0 }};
static struct pci_driver vortex_driver = {
.name = "vortex",
.name = "vortex_gameport",
.id_table = vortex_id_table,
.probe = vortex_probe,
.remove = __devexit_p(vortex_remove),
......
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