diff options
author | Jesper Juhl <juhl-lkml@dif.dk> | 2005-07-27 11:46:10 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 16:26:20 -0700 |
commit | 59904159c316f7bc02d00ff7b0dc3f9d3afd07fd (patch) | |
tree | 97ae16e0588c1f3e9c61b2a49dad267600f1b4b0 | |
parent | 77933d7276ee8fa0e2947641941a6f7a100a327b (diff) | |
download | linux-3.10-59904159c316f7bc02d00ff7b0dc3f9d3afd07fd.tar.gz linux-3.10-59904159c316f7bc02d00ff7b0dc3f9d3afd07fd.tar.bz2 linux-3.10-59904159c316f7bc02d00ff7b0dc3f9d3afd07fd.zip |
[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-- | CREDITS | 6 | ||||
-rw-r--r-- | drivers/cdrom/isp16.c | 2 | ||||
-rw-r--r-- | drivers/ide/pci/trm290.c | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -1624,10 +1624,10 @@ E: ajoshi@shell.unixbox.com D: fbdev hacking N: Jesper Juhl -E: juhl-lkml@dif.dk -D: Various small janitor fixes, cleanups etc. +E: jesper.juhl@gmail.com +D: Various fixes, cleanups and minor features. S: Lemnosvej 1, 3.tv -S: 2300 Copenhagen S +S: 2300 Copenhagen S. S: Denmark N: Jozsef Kadlecsik diff --git a/drivers/cdrom/isp16.c b/drivers/cdrom/isp16.c index 8e68d858ce6..db0fd9a240e 100644 --- a/drivers/cdrom/isp16.c +++ b/drivers/cdrom/isp16.c @@ -18,7 +18,7 @@ * * 19 June 2004 -- check_region() converted to request_region() * and return statement cleanups. - * Jesper Juhl <juhl-lkml@dif.dk> + * - Jesper Juhl * * Detect cdrom interface on ISP16 sound card. * Configure cdrom interface. diff --git a/drivers/ide/pci/trm290.c b/drivers/ide/pci/trm290.c index 8b5eea5405e..c26c8ca90dd 100644 --- a/drivers/ide/pci/trm290.c +++ b/drivers/ide/pci/trm290.c @@ -5,7 +5,7 @@ * May be copied or modified under the terms of the GNU General Public License * * June 22, 2004 - get rid of check_region - * Jesper Juhl <juhl-lkml@dif.dk> + * - Jesper Juhl * */ |