diff options
author | Francois Cami <francois.cami@free.fr> | 2008-10-16 09:01:59 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 22:21:32 +0400 |
commit | e1f8e87449147ffe5ea3de64a46af7de450ce279 (patch) | |
tree | 304e90a6747f5a7586a67305b7225ed4b4dbb53a /drivers/char/vt.c | |
parent | 8033fe65a6d6c0e47ba9e3cb2e4e6902f9dfb8dd (diff) | |
download | linux-e1f8e87449147ffe5ea3de64a46af7de450ce279.tar.xz |
Remove Andrew Morton's old email accounts
People can use the real name an an index into MAINTAINERS to find the
current email address.
Signed-off-by: Francois Cami <francois.cami@free.fr>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/vt.c')
-rw-r--r-- | drivers/char/vt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/vt.c b/drivers/char/vt.c index a0f7ffb68087..d8f83e26e4a4 100644 --- a/drivers/char/vt.c +++ b/drivers/char/vt.c @@ -59,7 +59,7 @@ * by Martin Mares <mj@atrey.karlin.mff.cuni.cz>, July 1998 * * Removed old-style timers, introduced console_timer, made timer - * deletion SMP-safe. 17Jun00, Andrew Morton <andrewm@uow.edu.au> + * deletion SMP-safe. 17Jun00, Andrew Morton * * Removed console_lock, enabled interrupts across all console operations * 13 March 2001, Andrew Morton |