diff --git a/mm/zbud.c b/mm/zbud.c index 01df13a7e2e1e51bdd0ea5c8d06e3aad1d65d066..bf424047060fee5847a71c7ab584a4acc5a3379f 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 008388fe7b0ff923b2300504b3a7717869fe12f8..642ec859d93d0c56fa70869e3111557a9a583fdf 100644 --- a/mm/zswap.c +++ b/mm/zswap.c @@ -936,5 +936,5 @@ static int __init init_zswap(void) late_initcall(init_zswap); MODULE_LICENSE("GPL"); -MODULE_AUTHOR("Seth Jennings "); +MODULE_AUTHOR("Seth Jennings "); MODULE_DESCRIPTION("Compressed cache for swap pages");