aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesper Juhl <juhl-lkml@dif.dk>2005-07-27 14:46:10 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-27 19:26:20 -0400
commit59904159c316f7bc02d00ff7b0dc3f9d3afd07fd (patch)
tree97ae16e0588c1f3e9c61b2a49dad267600f1b4b0
parent77933d7276ee8fa0e2947641941a6f7a100a327b (diff)
[PATCH] Update CREDITS entry and listings in source files for Jesper Juhl
a) update entry in CREDITS for Jesper Juhl b) remove email address from source files so it's only listed in credits. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--CREDITS6
-rw-r--r--drivers/cdrom/isp16.c2
-rw-r--r--drivers/ide/pci/trm290.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/CREDITS b/CREDITS
index 3b7a1548aaf9..d97e62524ddc 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1624,10 +1624,10 @@ E: ajoshi@shell.unixbox.com
1624D: fbdev hacking 1624D: fbdev hacking
1625 1625
1626N: Jesper Juhl 1626N: Jesper Juhl
1627E: juhl-lkml@dif.dk 1627E: jesper.juhl@gmail.com
1628D: Various small janitor fixes, cleanups etc. 1628D: Various fixes, cleanups and minor features.
1629S: Lemnosvej 1, 3.tv 1629S: Lemnosvej 1, 3.tv
1630S: 2300 Copenhagen S 1630S: 2300 Copenhagen S.
1631S: Denmark 1631S: Denmark
1632 1632
1633N: Jozsef Kadlecsik 1633N: Jozsef Kadlecsik
diff --git a/drivers/cdrom/isp16.c b/drivers/cdrom/isp16.c
index 8e68d858ce64..db0fd9a240e3 100644
--- a/drivers/cdrom/isp16.c
+++ b/drivers/cdrom/isp16.c
@@ -18,7 +18,7 @@
18 * 18 *
19 * 19 June 2004 -- check_region() converted to request_region() 19 * 19 June 2004 -- check_region() converted to request_region()
20 * and return statement cleanups. 20 * and return statement cleanups.
21 * Jesper Juhl <juhl-lkml@dif.dk> 21 * - Jesper Juhl
22 * 22 *
23 * Detect cdrom interface on ISP16 sound card. 23 * Detect cdrom interface on ISP16 sound card.
24 * Configure cdrom interface. 24 * Configure cdrom interface.
diff --git a/drivers/ide/pci/trm290.c b/drivers/ide/pci/trm290.c
index 8b5eea5405ef..c26c8ca90dd4 100644
--- a/drivers/ide/pci/trm290.c
+++ b/drivers/ide/pci/trm290.c
@@ -5,7 +5,7 @@
5 * May be copied or modified under the terms of the GNU General Public License 5 * May be copied or modified under the terms of the GNU General Public License
6 * 6 *
7 * June 22, 2004 - get rid of check_region 7 * June 22, 2004 - get rid of check_region
8 * Jesper Juhl <juhl-lkml@dif.dk> 8 * - Jesper Juhl
9 * 9 *
10 */ 10 */
11 11