diff options
author | Maciej W. Rozycki <macro@orcam.me.uk> | 2021-03-10 15:02:54 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-10 23:45:16 +0300 |
commit | aa27b8f7a048f1cf888b1cb67160e26e069a263c (patch) | |
tree | 303fae2bff8434fd83a46d81f5f369d21db3901f /drivers/net/fddi | |
parent | 4d248c0deea53af92c170cdfb1a127c07ccc190d (diff) | |
download | linux-aa27b8f7a048f1cf888b1cb67160e26e069a263c.tar.xz |
FDDI: defza: Update my e-mail address
Following the recent update to MAINTAINERS update my e-mail address.
Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/fddi')
-rw-r--r-- | drivers/net/fddi/defza.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fddi/defza.c b/drivers/net/fddi/defza.c index eaf85db53a5e..14f07050b6b1 100644 --- a/drivers/net/fddi/defza.c +++ b/drivers/net/fddi/defza.c @@ -60,7 +60,7 @@ static const char version[] = DRV_NAME ": " DRV_VERSION " " DRV_RELDATE " Maciej W. Rozycki\n"; -MODULE_AUTHOR("Maciej W. Rozycki <macro@linux-mips.org>"); +MODULE_AUTHOR("Maciej W. Rozycki <macro@orcam.me.uk>"); MODULE_DESCRIPTION("DEC FDDIcontroller 700 (DEFZA-xx) driver"); MODULE_LICENSE("GPL"); |