forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zbud, zswap: change module author email
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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"); |