Skip to content

Commit bfacd38

Browse files
committed
percpu: update copyright emails to [email protected]
Currently there are 3 emails tied to me in the kernel tree, I'd rather [email protected] be the only one. Signed-off-by: Dennis Zhou <[email protected]>
1 parent a392d26 commit bfacd38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mm/percpu-stats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* mm/percpu-debug.c
44
*
55
* Copyright (C) 2017 Facebook Inc.
6-
* Copyright (C) 2017 Dennis Zhou <[email protected]>
6+
* Copyright (C) 2017 Dennis Zhou <[email protected]>
77
*
88
* Prints statistics about the percpu allocator and backing chunks.
99
*/

mm/percpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright (C) 2009 Tejun Heo <[email protected]>
77
*
88
* Copyright (C) 2017 Facebook Inc.
9-
* Copyright (C) 2017 Dennis Zhou <[email protected]>
9+
* Copyright (C) 2017 Dennis Zhou <[email protected]>
1010
*
1111
* The percpu allocator handles both static and dynamic areas. Percpu
1212
* areas are allocated in chunks which are divided into units. There is

0 commit comments

Comments
 (0)