[PATCH] CREDITS: Update contact information

From: Neil Whelchel
Date: Thu Jul 30 2020 - 06:33:51 EST


Update my email address in driver, documentation, and add to credits.

diff --git a/CREDITS b/CREDITS
index 0787b5872906..65803e878c92 100644
--- a/CREDITS
+++ b/CREDITS
@@ -3957,6 +3957,14 @@ S: 820 4th St. N.
S: Fargo, North Dakota 58122
S: USA

+N: Neil Whelchel
+E: neil@xxxxxxxxxxxxxxxx
+W: http://goautomation.biz
+S: Go Automation, LLC
+S: P.O. Box 2082
+S: Joshua Tree, Ca 92252
+S: USA
+
N: Steven Whitehouse
E: steve@xxxxxxxxxxx
W: http://www.chygwyn.com/~steve
diff --git a/Documentation/usb/usb-serial.rst b/Documentation/usb/usb-serial.rst
index 8fa7dbd3da9a..f9ebfb1a60a3 100644
--- a/Documentation/usb/usb-serial.rst
+++ b/Documentation/usb/usb-serial.rst
@@ -231,7 +231,7 @@ ZyXEL omni.net lcd plus ISDN TA
Cypress M8 CY4601 Family Serial Driver
--------------------------------------

- This driver was in most part developed by Neil "koyama" Whelchel. It
+ This driver was in most part developed by Neil Whelchel. It
has been improved since that previous form to support dynamic serial
line settings and improved line handling. The driver is for the most
part stable and has been tested on an smp machine. (dual p2)
diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c
index ecda82198798..2b1d854645ed 100644
--- a/drivers/usb/serial/cypress_m8.c
+++ b/drivers/usb/serial/cypress_m8.c
@@ -5,7 +5,7 @@
* Copyright (C) 2004
* Lonnie Mendez (dignome@xxxxxxxxx)
* Copyright (C) 2003,2004
- * Neil Whelchel (koyama@xxxxxxxxxxxxxx)
+ * Neil Whelchel (neil@xxxxxxxxxxxxxxxx)
*
* See Documentation/usb/usb-serial.rst for more information on using this
* driver
@@ -45,7 +45,7 @@ static bool stats;
static int interval;
static bool unstable_bauds;

-#define DRIVER_AUTHOR "Lonnie Mendez <dignome@xxxxxxxxx>, Neil
Whelchel <koyama@xxxxxxxxxxxxxx>"
+#define DRIVER_AUTHOR "Lonnie Mendez <dignome@xxxxxxxxx>, Neil
Whelchel <neil@xxxxxxxxxxxxxxxx>"
#define DRIVER_DESC "Cypress USB to Serial Driver"

/* write buffer size defines */