Skip to content

Commit

Permalink
Input: palmas-pwrbutton - fix typo in the license string
Browse files Browse the repository at this point in the history
[ Upstream commit 05f7588 ]

Follow the license string convention indicated in include/linux/module.h
(don't capitalize v).

This fixes following randconfig warning:
FATAL: modpost: GPL-incompatible module palmas-pwrbutton.ko uses GPL-only symbol 'platform_driver_unregister'

Fixes: adff596 ("Input: introduce palmas-pwrbutton")
Reported-by: Jim Davis <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
Signed-off-by: Sekhar Nori <[email protected]>
  • Loading branch information
nmenon authored and nsekhar committed Feb 4, 2015
1 parent 8f44adb commit 0ba13e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/misc/palmas-pwrbutton.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,5 +312,5 @@ module_platform_driver(palmas_pwron_driver);

MODULE_ALIAS("platform:palmas-pwrbutton");
MODULE_DESCRIPTION("Palmas Power Button");
MODULE_LICENSE("GPL V2");
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Texas Instruments Inc.");

0 comments on commit 0ba13e2

Please sign in to comment.