diff options
author | Dennis Zhou <dennis@kernel.org> | 2020-04-01 19:07:48 +0200 |
---|---|---|
committer | Dennis Zhou <dennis@kernel.org> | 2020-04-01 19:09:12 +0200 |
commit | bfacd38f8d5b1f12b80aaacae2c15e1ffe11f06e (patch) | |
tree | fcd544e4d3867415233f81ac8a233ab3d57d3d3e /mm/percpu-stats.c | |
parent | include/bitmap.h: add new functions to documentation (diff) | |
download | linux-bfacd38f8d5b1f12b80aaacae2c15e1ffe11f06e.tar.xz linux-bfacd38f8d5b1f12b80aaacae2c15e1ffe11f06e.zip |
percpu: update copyright emails to dennis@kernel.org
Currently there are 3 emails tied to me in the kernel tree, I'd rather
dennis@kernel.org be the only one.
Signed-off-by: Dennis Zhou <dennis@kernel.org>
Diffstat (limited to 'mm/percpu-stats.c')
-rw-r--r-- | mm/percpu-stats.c | 2 |
1 files changed, 1 insertions, 1 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@fb.com> + * Copyright (C) 2017 Dennis Zhou <dennis@kernel.org> * * Prints statistics about the percpu allocator and backing chunks. */ |