]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 18 Jul 2014 17:19:42 +0000 (10:19 -0700)
commit67f4aef20055afec73e37e7752bc6cc74fa01dea
treec5d2016a39e04fc1e978e099eefeb5c4c78eb1e6
parent2e58cdcc22148d89ccea8f900280736e5f585c07
Input: sirfsoc-onkey - fix GPL v2 license string typo

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>
drivers/input/misc/sirfsoc-onkey.c