All of lore.kernel.org
 help / color / mirror / Atom feed
From: Deepak Saxena <dsaxena@plexity.net>
To: greg@kroah.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 2.6] Remove spaces from PCI gameport pci_driver.name fields
Date: Mon, 9 Aug 2004 17:53:44 -0700	[thread overview]
Message-ID: <20040810005344.GA9039@plexity.net> (raw)


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

             reply	other threads:[~2004-08-10  0:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-10  0:53 Deepak Saxena [this message]
2004-08-10 23:41 ` [PATCH 2.6] Remove spaces from PCI gameport pci_driver.name fields Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040810005344.GA9039@plexity.net \
    --to=dsaxena@plexity.net \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.