Message ID | alpine.DEB.2.21.2103091711311.33195@angie.orcam.me.uk (mailing list archive) |
---|---|
State | Accepted |
Commit | aa27b8f7a048f1cf888b1cb67160e26e069a263c |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | FDDI: Update my e-mail address througout | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Clearly marked for net-next |
netdev/subject_prefix | success | Link |
netdev/cc_maintainers | warning | 5 maintainers not CCed: linux-doc@vger.kernel.org mchehab+huawei@kernel.org corbet@lwn.net davem@davemloft.net kuba@kernel.org |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 13 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
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 <macro@linux-mips.org> +Maciej W. Rozycki <macro@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 <macro@linux-mips.org>"); +MODULE_AUTHOR("Maciej W. Rozycki <macro@orcam.me.uk>"); MODULE_DESCRIPTION("DEC FDDIcontroller 700 (DEFZA-xx) driver"); MODULE_LICENSE("GPL");
Following the recent update to MAINTAINERS update my e-mail address. Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk> --- Documentation/networking/device_drivers/fddi/defza.rst | 2 +- drivers/net/fddi/defza.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)