Commit 8eb04cf3402c59e84af9d2e86149edb4044f9a9e
Committed by
Linus Torvalds
1 parent
853041f089
Exists in
master
and in
39 other branches
tty: trivial - fix up email addresses in tty related stuff
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 3 changed files with 7 additions and 4 deletions Side-by-side Diff
drivers/char/isicom.c
... | ... | @@ -7,12 +7,14 @@ |
7 | 7 | * Original driver code supplied by Multi-Tech |
8 | 8 | * |
9 | 9 | * Changes |
10 | - * 1/9/98 alan@redhat.com Merge to 2.0.x kernel tree | |
10 | + * 1/9/98 alan@lxorguk.ukuu.org.uk | |
11 | + * Merge to 2.0.x kernel tree | |
11 | 12 | * Obtain and use official major/minors |
12 | 13 | * Loader switched to a misc device |
13 | 14 | * (fixed range check bug as a side effect) |
14 | 15 | * Printk clean up |
15 | - * 9/12/98 alan@redhat.com Rough port to 2.1.x | |
16 | + * 9/12/98 alan@lxorguk.ukuu.org.uk | |
17 | + * Rough port to 2.1.x | |
16 | 18 | * |
17 | 19 | * 10/6/99 sameer Merged the ISA and PCI drivers to |
18 | 20 | * a new unified driver. |
drivers/char/mxser.c
... | ... | @@ -14,7 +14,8 @@ |
14 | 14 | * (at your option) any later version. |
15 | 15 | * |
16 | 16 | * Fed through a cleanup, indent and remove of non 2.6 code by Alan Cox |
17 | - * <alan@redhat.com>. The original 1.8 code is available on www.moxa.com. | |
17 | + * <alan@lxorguk.ukuu.org.uk>. The original 1.8 code is available on | |
18 | + * www.moxa.com. | |
18 | 19 | * - Fixed x86_64 cleanness |
19 | 20 | */ |
20 | 21 |
drivers/usb/serial/ir-usb.c
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | * Introduced common header to be used also in USB Gadget Framework. |
27 | 27 | * Still needs some other style fixes. |
28 | 28 | * |
29 | - * 2007_Jun_21 Alan Cox <alan@redhat.com> | |
29 | + * 2007_Jun_21 Alan Cox <alan@lxorguk.ukuu.org.uk> | |
30 | 30 | * Minimal cleanups for some of the driver problens and tty layer abuse. |
31 | 31 | * Still needs fixing to allow multiple dongles. |
32 | 32 | * |