[PATCH] percpu: update copyright emails to dennis@xxxxxxxxxx

From: Dennis Zhou
Date: Wed Apr 01 2020 - 13:16:52 EST


Currently there are 3 emails tied to me in the kernel tree, I'd rather
dennis@xxxxxxxxxx be the only one.

Signed-off-by: Dennis Zhou <dennis@xxxxxxxxxx>
---
This'll just make it easier to keep track of me. I've applied it to
for-5.7.

mm/percpu-stats.c | 2 +-
mm/percpu.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mm/percpu-stats.c b/mm/percpu-stats.c
index a5a8b22816ff..32558063c3f9 100644
--- a/mm/percpu-stats.c
+++ b/mm/percpu-stats.c
@@ -3,7 +3,7 @@
* mm/percpu-debug.c
*
* Copyright (C) 2017 Facebook Inc.
- * Copyright (C) 2017 Dennis Zhou <dennisz@xxxxxx>
+ * Copyright (C) 2017 Dennis Zhou <dennis@xxxxxxxxxx>
*
* Prints statistics about the percpu allocator and backing chunks.
*/
diff --git a/mm/percpu.c b/mm/percpu.c
index e9844086b236..d7e3bc649f4e 100644
--- a/mm/percpu.c
+++ b/mm/percpu.c
@@ -6,7 +6,7 @@
* Copyright (C) 2009 Tejun Heo <tj@xxxxxxxxxx>
*
* Copyright (C) 2017 Facebook Inc.
- * Copyright (C) 2017 Dennis Zhou <dennisszhou@xxxxxxxxx>
+ * Copyright (C) 2017 Dennis Zhou <dennis@xxxxxxxxxx>
*
* The percpu allocator handles both static and dynamic areas. Percpu
* areas are allocated in chunks which are divided into units. There is
--
2.24.1