From: Pekka Enberg <penberg@cs.helsinki.fi>
To: B.Zolnierkiewicz@elka.pw.edu.pl
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Remove whitespace from ALI15x3 IDE driver name
Date: Thu, 12 Aug 2004 18:54:38 +0000 [thread overview]
Message-ID: <1092336877.7433.1.camel@localhost> (raw)
This patch removes whitespace from ALI15x3 IDE driver name that appears in the
sysfs directory. It is against 2.6.7.
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
alim15x3.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.7-pe/drivers/ide/pci/alim15x3.c
===================================================================
--- linux-2.6.7-pe.orig/drivers/ide/pci/alim15x3.c 2004-08-05 17:28:15.000000000 +0000
+++ linux-2.6.7-pe/drivers/ide/pci/alim15x3.c 2004-08-12 16:45:22.774205576 +0000
@@ -893,7 +893,7 @@
MODULE_DEVICE_TABLE(pci, alim15x3_pci_tbl);
static struct pci_driver driver = {
- .name = "ALI15x3 IDE",
+ .name = "ALI15x3_IDE",
.id_table = alim15x3_pci_tbl,
.probe = alim15x3_init_one,
};
next reply other threads:[~2004-08-12 15:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-12 18:54 Pekka Enberg [this message]
2004-08-12 16:04 ` [PATCH] Remove whitespace from ALI15x3 IDE driver name Christoph Hellwig
2004-08-12 19:19 ` Pekka Enberg
2004-08-12 19:55 ` Alan Cox
2004-08-12 21:33 ` Deepak Saxena
2004-08-15 18:09 ` Christoph Hellwig
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=1092336877.7433.1.camel@localhost \
--to=penberg@cs.helsinki.fi \
--cc=B.Zolnierkiewicz@elka.pw.edu.pl \
--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.