Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <bhelgaas@google.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Sebastian Reichel <sre@kernel.org>

authored by

Bjorn Helgaas and committed by
Sebastian Reichel
661468b4 86336ba4

+1 -1
+1 -1
drivers/power/reset/restart-poweroff.c
··· 62 62 63 63 MODULE_AUTHOR("Andrew Lunn <andrew@lunn.ch"); 64 64 MODULE_DESCRIPTION("restart poweroff driver"); 65 - MODULE_LICENSE("GPLv2"); 65 + MODULE_LICENSE("GPL v2"); 66 66 MODULE_ALIAS("platform:poweroff-restart");