diff options
| author | Deepak Saxena <dsaxena@plexity.net> | 2004-08-10 02:30:39 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-08-10 02:30:39 -0700 |
| commit | 7aed63ea5ff24902fd285b241cfa314260560ba9 (patch) | |
| tree | 958a30da5d7787b5a4d707bc998813a7d72a5b4e /drivers/input | |
| parent | 6f48e14cd1fae0b8f743abfc935dabf276b127a3 (diff) | |
[PATCH] Remove spaces from PCI gameport pci_driver.name fields
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/input')
| -rw-r--r-- | drivers/input/gameport/cs461x.c | 2 | ||||
| -rw-r--r-- | drivers/input/gameport/emu10k1-gp.c | 2 | ||||
| -rw-r--r-- | drivers/input/gameport/fm801-gp.c | 2 | ||||
| -rw-r--r-- | drivers/input/gameport/vortex.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/input/gameport/cs461x.c b/drivers/input/gameport/cs461x.c index 71fcad10c082..8459e05c6641 100644 --- a/drivers/input/gameport/cs461x.c +++ b/drivers/input/gameport/cs461x.c @@ -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), diff --git a/drivers/input/gameport/emu10k1-gp.c b/drivers/input/gameport/emu10k1-gp.c index 89d469378de8..b8badfc110f9 100644 --- a/drivers/input/gameport/emu10k1-gp.c +++ b/drivers/input/gameport/emu10k1-gp.c @@ -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), diff --git a/drivers/input/gameport/fm801-gp.c b/drivers/input/gameport/fm801-gp.c index ff3b620b8952..93849a6cc98d 100644 --- a/drivers/input/gameport/fm801-gp.c +++ b/drivers/input/gameport/fm801-gp.c @@ -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), diff --git a/drivers/input/gameport/vortex.c b/drivers/input/gameport/vortex.c index 02c31b779eb2..bbdb22a01a35 100644 --- a/drivers/input/gameport/vortex.c +++ b/drivers/input/gameport/vortex.c @@ -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), |
