Input: sirfsoc-onkey - fix GPL v2 license string typo
authorBjorn Helgaas <[email protected]>
Fri, 18 Jul 2014 17:05:38 +0000 (10:05 -0700)
committerDmitry Torokhov <[email protected]>
Fri, 18 Jul 2014 17:19:42 +0000 (10:19 -0700)
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 <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/misc/sirfsoc-onkey.c

index e4104f9b2e6d7efb34e9e60812fdb154c90342f4..fed5102e1802075b6fd9318c2bd8aad044b317b0 100644 (file)
@@ -213,7 +213,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 <[email protected]>, Xianglong Du <[email protected]>");
 MODULE_DESCRIPTION("CSR Prima2 PWRC Driver");
 MODULE_ALIAS("platform:sirfsoc-pwrc");