]> git.hungrycats.org Git - linux/commitdiff
Input: sirfsoc-onkey - fix GPL v2 license string typo
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 18 Jul 2014 17:05:38 +0000 (10:05 -0700)
committerJiri Slaby <jslaby@suse.cz>
Mon, 27 Apr 2015 17:59:56 +0000 (19:59 +0200)
commit 67f4aef20055afec73e37e7752bc6cc74fa01dea upstream.

Per license_is_gpl_compatible(), the MODULE_LICENSE() string for GPL v2 is
"GPL v2", not "GPLv2".  Use "GPL v2" so this module doesn't taint the
kernel.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/input/misc/sirfsoc-onkey.c

index 0621c367049a3e8a0183af7f9d50611c3c0f3a11..7c879904dd4638c087b5c588375f7312386beb74 100644 (file)
@@ -159,7 +159,7 @@ static struct platform_driver sirfsoc_pwrc_driver = {
 
 module_platform_driver(sirfsoc_pwrc_driver);
 
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("Binghua Duan <Binghua.Duan@csr.com>, Xianglong Du <Xianglong.Du@csr.com>");
 MODULE_DESCRIPTION("CSR Prima2 PWRC Driver");
 MODULE_ALIAS("platform:sirfsoc-pwrc");