]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
greybus: arche-platform: Fix the MODULE_LICENSE to match with header
authorSandeep Patil <sspatil@google.com>
Fri, 13 May 2016 19:00:56 +0000 (12:00 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Sat, 14 May 2016 09:20:53 +0000 (11:20 +0200)
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 <sspatil@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/arche-platform.c

index 83d823cf5232c082d08b3b98681cb4aba8f93ed5..e3854349b36c0833aeb2ca276f3ad3a0e7c83763 100644 (file)
@@ -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 <vaibhav.hiremath@linaro.org>");
 MODULE_DESCRIPTION("Arche Platform Driver");