linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6] Remove spaces from PCI gameport pci_driver.name fields
@ 2004-08-10  0:53 Deepak Saxena
  2004-08-10 23:41 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Deepak Saxena @ 2004-08-10  0:53 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel


Same reasoning as the rest...

Please apply,
~Deepak

Signed-off-by: Deepak Saxena <dsaxena@plexity.net>

===== drivers/input/gameport/cs461x.c 1.11 vs edited =====
--- 1.11/drivers/input/gameport/cs461x.c	Sun May  9 18:34:42 2004
+++ edited/drivers/input/gameport/cs461x.c	Mon Aug  9 17:50:26 2004
@@ -312,7 +312,7 @@
 }
 
 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),
===== drivers/input/gameport/emu10k1-gp.c 1.13 vs edited =====
--- 1.13/drivers/input/gameport/emu10k1-gp.c	Sun May  9 18:34:42 2004
+++ edited/drivers/input/gameport/emu10k1-gp.c	Mon Aug  9 17:50:29 2004
@@ -109,7 +109,7 @@
 }
 
 static struct pci_driver emu_driver = {
-        .name =         "Emu10k1 Gameport",
+        .name =         "Emu10k1_gameport",
         .id_table =     emu_tbl,
         .probe =        emu_probe,
         .remove =       __devexit_p(emu_remove),
===== drivers/input/gameport/fm801-gp.c 1.9 vs edited =====
--- 1.9/drivers/input/gameport/fm801-gp.c	Sun May  9 18:34:42 2004
+++ edited/drivers/input/gameport/fm801-gp.c	Mon Aug  9 17:50:32 2004
@@ -137,7 +137,7 @@
 };
 
 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),
===== drivers/input/gameport/vortex.c 1.10 vs edited =====
--- 1.10/drivers/input/gameport/vortex.c	Mon Jun  7 02:58:13 2004
+++ edited/drivers/input/gameport/vortex.c	Mon Aug  9 17:50:34 2004
@@ -166,7 +166,7 @@
  { 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),


-- 
Deepak Saxena - dsaxena at plexity dot net - http://www.plexity.net/

"Unlike me, many of you have accepted the situation of your imprisonment and
 will die here like rotten cabbages." - Number 6

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

* Re: [PATCH 2.6] Remove spaces from PCI gameport pci_driver.name fields
  2004-08-10  0:53 [PATCH 2.6] Remove spaces from PCI gameport pci_driver.name fields Deepak Saxena
@ 2004-08-10 23:41 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2004-08-10 23:41 UTC (permalink / raw)
  To: Deepak Saxena; +Cc: linux-kernel

On Mon, Aug 09, 2004 at 05:53:44PM -0700, Deepak Saxena wrote:
> 
> Same reasoning as the rest...
> 
> Please apply,

Applied, thanks.

greg k-h


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-10  0:53 [PATCH 2.6] Remove spaces from PCI gameport pci_driver.name fields Deepak Saxena
2004-08-10 23:41 ` Greg KH

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).