From: Sandeep Patil Date: Fri, 13 May 2016 19:00:56 +0000 (-0700) Subject: greybus: arche-platform: Fix the MODULE_LICENSE to match with header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a974f469ff097f8f6e242f3ef5b26ba3604fbaf2;p=linux-beck.git greybus: arche-platform: Fix the MODULE_LICENSE to match with header The header calls out the license to be GPL v2, while the module declares itself as "GPL" Testing Done: Trivial Signed-off-by: Sandeep Patil Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c index 83d823cf5232..e3854349b36c 100644 --- a/drivers/staging/greybus/arche-platform.c +++ b/drivers/staging/greybus/arche-platform.c @@ -754,6 +754,6 @@ static void __exit arche_exit(void) } module_exit(arche_exit); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); MODULE_AUTHOR("Vaibhav Hiremath "); MODULE_DESCRIPTION("Arche Platform Driver");