mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] PHY: Exynos: fix SATA phy license typo
@ 2014-03-15  9:37 Arnd Bergmann
  0 siblings, 0 replies; only message in thread
From: Arnd Bergmann @ 2014-03-15  9:37 UTC (permalink / raw)
  To: Kishon Vijay Abraham I
  Cc: Yuvaraj Kumar C D, Girish K S, Vasanth Ananthan,
	linux-arm-kernel, linux-kernel

If the license string doesn't match exactly, the module refuses to load.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

diff --git a/drivers/phy/phy-exynos5250-sata.c b/drivers/phy/phy-exynos5250-sata.c
index c9361b7..0568945 100644
--- a/drivers/phy/phy-exynos5250-sata.c
+++ b/drivers/phy/phy-exynos5250-sata.c
@@ -246,6 +246,6 @@ static struct platform_driver exynos_sata_phy_driver = {
 module_platform_driver(exynos_sata_phy_driver);
 
 MODULE_DESCRIPTION("Samsung SerDes PHY driver");
-MODULE_LICENSE("GPL V2");
+MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("Girish K S <ks.giri@samsung.com>");
 MODULE_AUTHOR("Yuvaraj C D <yuvaraj.cd@samsung.com>");

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-15  9:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-15  9:37 [PATCH] PHY: Exynos: fix SATA phy license typo Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome