From: Bjorn Helgaas Date: Tue, 15 Jul 2014 23:24:50 +0000 (-0600) Subject: power/reset: Fix GPL v2 license string typo X-Git-Tag: v5.15~17475^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=661468b4e2a91516c7ac75bf466fed58ccd74b27;p=platform%2Fkernel%2Flinux-starfive.git power/reset: 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 Acked-by: Andrew Lunn Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/reset/restart-poweroff.c b/drivers/power/reset/restart-poweroff.c index 5758033..3e51f8d 100644 --- a/drivers/power/reset/restart-poweroff.c +++ b/drivers/power/reset/restart-poweroff.c @@ -62,5 +62,5 @@ module_platform_driver(restart_poweroff_driver); MODULE_AUTHOR("Andrew Lunn