Following the recent update to MAINTAINERS update my e-mail address. Signed-off-by: Maciej W. Rozycki <ma...@orcam.me.uk> --- Documentation/networking/device_drivers/fddi/defza.rst | 2 +- drivers/net/fddi/defza.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Index: linux-defxx/Documentation/networking/device_drivers/fddi/defza.rst =================================================================== --- linux-defxx.orig/Documentation/networking/device_drivers/fddi/defza.rst +++ linux-defxx/Documentation/networking/device_drivers/fddi/defza.rst @@ -60,4 +60,4 @@ None. Both success and failure reports are welcome. -Maciej W. Rozycki <ma...@linux-mips.org> +Maciej W. Rozycki <ma...@orcam.me.uk> Index: linux-defxx/drivers/net/fddi/defza.c =================================================================== --- linux-defxx.orig/drivers/net/fddi/defza.c +++ linux-defxx/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 <ma...@linux-mips.org>"); +MODULE_AUTHOR("Maciej W. Rozycki <ma...@orcam.me.uk>"); MODULE_DESCRIPTION("DEC FDDIcontroller 700 (DEFZA-xx) driver"); MODULE_LICENSE("GPL");