diff options
author | Seth Jennings <[email protected]> | 2014-11-12 21:08:46 -0600 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2014-11-13 09:05:47 +0100 |
commit | 68386da82af3235b32c97c34104e5fef8112f126 (patch) | |
tree | 954d6cc2a60769d56021f6e0211ca65d61375d41 | |
parent | be278e980d95f52b280cefac1a98b87fa518dd29 (diff) |
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]>
-rw-r--r-- | mm/zbud.c | 2 | ||||
-rw-r--r-- | mm/zswap.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mm/zbud.c b/mm/zbud.c index 01df13a7e2e1..bf424047060f 100644 --- a/mm/zbud.c +++ b/mm/zbud.c @@ -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"); diff --git a/mm/zswap.c b/mm/zswap.c index 008388fe7b0f..642ec859d93d 100644 --- a/mm/zswap.c +++ b/mm/zswap.c @@ -936,5 +936,5 @@ error: 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"); |