Skip to content

Commit

Permalink
zbud, zswap: change module author email
Browse files Browse the repository at this point in the history
Old email no longer viable.

Signed-off-by: Seth Jennings <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Seth Jennings authored and Jiri Kosina committed Nov 13, 2014
1 parent be278e9 commit 68386da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mm/zbud.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,5 +523,5 @@ module_init(init_zbud);
module_exit(exit_zbud);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Seth Jennings <[email protected]>");
MODULE_AUTHOR("Seth Jennings <[email protected]>");
MODULE_DESCRIPTION("Buddy Allocator for Compressed Pages");
2 changes: 1 addition & 1 deletion mm/zswap.c
Original file line number Diff line number Diff line change
Expand Up @@ -936,5 +936,5 @@ static int __init init_zswap(void)
late_initcall(init_zswap);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Seth Jennings <[email protected]>");
MODULE_AUTHOR("Seth Jennings <[email protected]>");
MODULE_DESCRIPTION("Compressed cache for swap pages");

0 comments on commit 68386da

Please sign in to comment.