Skip to content

Commit

Permalink
percpu: update copyright emails to [email protected]
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dennisszhou committed Apr 1, 2020
1 parent a392d26 commit bfacd38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mm/percpu-stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* mm/percpu-debug.c
*
* Copyright (C) 2017 Facebook Inc.
* Copyright (C) 2017 Dennis Zhou <[email protected]>
* Copyright (C) 2017 Dennis Zhou <[email protected]>
*
* Prints statistics about the percpu allocator and backing chunks.
*/
Expand Down
2 changes: 1 addition & 1 deletion mm/percpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copyright (C) 2009 Tejun Heo <[email protected]>
*
* Copyright (C) 2017 Facebook Inc.
* Copyright (C) 2017 Dennis Zhou <[email protected]>
* Copyright (C) 2017 Dennis Zhou <[email protected]>
*
* The percpu allocator handles both static and dynamic areas. Percpu
* areas are allocated in chunks which are divided into units. There is
Expand Down

0 comments on commit bfacd38

Please sign in to comment.