2021-03-10 12:04:34

by Maciej W. Rozycki

[permalink] [raw]
Subject: [PATCH net-next 0/3] FDDI: Update my e-mail address througout

Hi,

Following the recent update to MAINTAINERS update my e-mail addresses
embedded througout the FDDI networking pieces. Change split into parts
according to individual components.

LMO (linux-mips.org) has not been recovered at this point, but in the
interim I now have forwarding set up from my old e-mail address, so I
think there's no need to backport this series to stable branches.

Please apply.

Maciej


2021-03-10 12:04:44

by Maciej W. Rozycki

[permalink] [raw]
Subject: [PATCH net-next 1/3] FDDI: if_fddi.h: Update my e-mail address

Following the recent update to MAINTAINERS update my e-mail address.

Signed-off-by: Maciej W. Rozycki <[email protected]>
---
include/uapi/linux/if_fddi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-defxx/include/uapi/linux/if_fddi.h
===================================================================
--- linux-defxx.orig/include/uapi/linux/if_fddi.h
+++ linux-defxx/include/uapi/linux/if_fddi.h
@@ -9,7 +9,7 @@
* Version: @(#)if_fddi.h 1.0.3 Oct 6 2018
*
* Author: Lawrence V. Stefani, <[email protected]>
- * Maintainer: Maciej W. Rozycki, <[email protected]>
+ * Maintainer: Maciej W. Rozycki, <[email protected]>
*
* if_fddi.h is based on previous if_ether.h and if_tr.h work by
* Fred N. van Kempen, <[email protected]>

2021-03-10 12:04:48

by Maciej W. Rozycki

[permalink] [raw]
Subject: [PATCH net-next 2/3] FDDI: defxx: Update my e-mail address

Following the recent update to MAINTAINERS update my e-mail address.

Signed-off-by: Maciej W. Rozycki <[email protected]>
---
drivers/net/fddi/defxx.c | 2 +-
drivers/net/fddi/defxx.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Index: linux-defxx/drivers/net/fddi/defxx.c
===================================================================
--- linux-defxx.orig/drivers/net/fddi/defxx.c
+++ linux-defxx/drivers/net/fddi/defxx.c
@@ -21,7 +21,7 @@
* LVS Lawrence V. Stefani <[email protected]>
*
* Maintainers:
- * macro Maciej W. Rozycki <[email protected]>
+ * macro Maciej W. Rozycki <[email protected]>
*
* Credits:
* I'd like to thank Patricia Cross for helping me get started with
Index: linux-defxx/drivers/net/fddi/defxx.h
===================================================================
--- linux-defxx.orig/drivers/net/fddi/defxx.h
+++ linux-defxx/drivers/net/fddi/defxx.h
@@ -16,7 +16,7 @@
* LVS Lawrence V. Stefani <[email protected]>
*
* Maintainers:
- * macro Maciej W. Rozycki <[email protected]>
+ * macro Maciej W. Rozycki <[email protected]>
*
* Modification History:
* Date Name Description

2021-03-10 12:06:24

by Maciej W. Rozycki

[permalink] [raw]
Subject: [PATCH net-next 3/3] FDDI: defza: Update my e-mail address

Following the recent update to MAINTAINERS update my e-mail address.

Signed-off-by: Maciej W. Rozycki <[email protected]>
---
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 <[email protected]>
+Maciej W. Rozycki <[email protected]>
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 <[email protected]>");
+MODULE_AUTHOR("Maciej W. Rozycki <[email protected]>");
MODULE_DESCRIPTION("DEC FDDIcontroller 700 (DEFZA-xx) driver");
MODULE_LICENSE("GPL");