]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: stmfts - fix the MODULE_LICENSE() string
authorDavid Heidelberg <david@ixit.cz>
Sun, 26 Apr 2026 20:01:31 +0000 (13:01 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 26 Apr 2026 21:32:52 +0000 (14:32 -0700)
commit4e2e14c2b19095f7e82a98e202eb5b07a8c9f83c
treed4a8c342a572bbbba0d0de5b5a8a9a777238d1ee
parentfc59cad7e896fdb7a07bd91f7c0952e2a0e12b36
Input: stmfts - fix the MODULE_LICENSE() string

Replace the bogus "GPL v2" with "GPL" as MODULE_LICNSE() string. The
value does not declare the module's exact license, but only lets the
module loader test whether the module is Free Software or not.

See commit bf7fbeeae6db ("module: Cure the MODULE_LICENSE "GPL" vs.
"GPL v2" bogosity") in the details of the issue. The fix is to use
"GPL" for all modules under any variant of the GPL.

Signed-off-by: David Heidelberg <david@ixit.cz>
Link: https://patch.msgid.link/20260409-stmfts5-v4-1-64fe62027db5@ixit.cz
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/stmfts.c