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 "); +MODULE_AUTHOR("Seth Jennings "); 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 "); +MODULE_AUTHOR("Seth Jennings "); MODULE_DESCRIPTION("Compressed cache for swap pages");