From a974f469ff097f8f6e242f3ef5b26ba3604fbaf2 Mon Sep 17 00:00:00 2001 From: Sandeep Patil Date: Fri, 13 May 2016 12:00:56 -0700 Subject: [PATCH] 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 --- drivers/staging/greybus/arche-platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5