[PATCH] pps: Update my email address.

Alexander Gordeev posted 1 patch 1 year, 7 months ago
drivers/pps/clients/pps_parport.c        | 4 ++--
drivers/pps/generators/pps_gen_parport.c | 4 ++--
drivers/pps/kc.c                         | 2 +-
drivers/pps/kc.h                         | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
[PATCH] pps: Update my email address.
Posted by Alexander Gordeev 1 year, 7 months ago
The old email address at lvk.cs.msu.su doesn't exist anymore. I saw
folks trying to reach me a few years ago, so I'd like to put my
personal address here.

Signed-off-by: Alexander Gordeev <alex@gordius.net>
---
 drivers/pps/clients/pps_parport.c        | 4 ++--
 drivers/pps/generators/pps_gen_parport.c | 4 ++--
 drivers/pps/kc.c                         | 2 +-
 drivers/pps/kc.h                         | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/pps/clients/pps_parport.c b/drivers/pps/clients/pps_parport.c
index af972cdc04b5..7ecd1df9aa59 100644
--- a/drivers/pps/clients/pps_parport.c
+++ b/drivers/pps/clients/pps_parport.c
@@ -2,7 +2,7 @@
 /*
  * pps_parport.c -- kernel parallel port PPS client
  *
- * Copyright (C) 2009   Alexander Gordeev <lasaine@lvk.cs.msu.su>
+ * Copyright (C) 2009   Alexander Gordeev <alex@gordius.net>
  */
 
 
@@ -220,6 +220,6 @@ static struct parport_driver pps_parport_driver = {
 };
 module_parport_driver(pps_parport_driver);
 
-MODULE_AUTHOR("Alexander Gordeev <lasaine@lvk.cs.msu.su>");
+MODULE_AUTHOR("Alexander Gordeev <alex@gordius.net>");
 MODULE_DESCRIPTION("parallel port PPS client");
 MODULE_LICENSE("GPL");
diff --git a/drivers/pps/generators/pps_gen_parport.c b/drivers/pps/generators/pps_gen_parport.c
index b3e084b75c23..4c6cb55ec5ae 100644
--- a/drivers/pps/generators/pps_gen_parport.c
+++ b/drivers/pps/generators/pps_gen_parport.c
@@ -2,7 +2,7 @@
 /*
  * pps_gen_parport.c -- kernel parallel port PPS signal generator
  *
- * Copyright (C) 2009   Alexander Gordeev <lasaine@lvk.cs.msu.su>
+ * Copyright (C) 2009   Alexander Gordeev <alex@gordius.net>
  */
 
 
@@ -236,6 +236,6 @@ static struct parport_driver pps_gen_parport_driver = {
 };
 module_parport_driver(pps_gen_parport_driver);
 
-MODULE_AUTHOR("Alexander Gordeev <lasaine@lvk.cs.msu.su>");
+MODULE_AUTHOR("Alexander Gordeev <alex@gordius.net>");
 MODULE_DESCRIPTION("parallel port PPS signal generator");
 MODULE_LICENSE("GPL");
diff --git a/drivers/pps/kc.c b/drivers/pps/kc.c
index 50dc59af45be..fd1e0b1f9639 100644
--- a/drivers/pps/kc.c
+++ b/drivers/pps/kc.c
@@ -2,7 +2,7 @@
 /*
  * PPS kernel consumer API
  *
- * Copyright (C) 2009-2010   Alexander Gordeev <lasaine@lvk.cs.msu.su>
+ * Copyright (C) 2009-2010   Alexander Gordeev <alex@gordius.net>
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
diff --git a/drivers/pps/kc.h b/drivers/pps/kc.h
index 24730559449c..2404eeadc017 100644
--- a/drivers/pps/kc.h
+++ b/drivers/pps/kc.h
@@ -2,7 +2,7 @@
 /*
  * PPS kernel consumer API header
  *
- * Copyright (C) 2009-2010   Alexander Gordeev <lasaine@lvk.cs.msu.su>
+ * Copyright (C) 2009-2010   Alexander Gordeev <alex@gordius.net>
  */
 
 #ifndef LINUX_PPS_KC_H
-- 
2.45.1
Re: [PATCH] pps: Update my email address.
Posted by Andy Shevchenko 1 year, 6 months ago
On Mon, Jun 17, 2024 at 03:10:11PM +0200, Alexander Gordeev wrote:
> The old email address at lvk.cs.msu.su doesn't exist anymore. I saw
> folks trying to reach me a few years ago, so I'd like to put my
> personal address here.

Consider updating the .mailmap if needed (meaning if you have an old address
in the Git history).

-- 
With Best Regards,
Andy Shevchenko