summaryrefslogtreecommitdiff
path: root/drivers/phy/phy-exynos5250-sata.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-03-15 10:37:12 +0100
committerKishon Vijay Abraham I <kishon@ti.com>2014-05-08 19:24:35 +0530
commitfe04e4297e6eab014a2cf152319b9f361df07faf (patch)
treebc112afba955e5878ae138a11d308ac364f50ca2 /drivers/phy/phy-exynos5250-sata.c
parent54f4d144eb0ae33b2973d8bf92768af8539bc16f (diff)
PHY: Exynos: fix SATA phy license typo
If the license string doesn't match exactly, the module refuses to load. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/phy-exynos5250-sata.c')
-rw-r--r--drivers/phy/phy-exynos5250-sata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-exynos5250-sata.c b/drivers/phy/phy-exynos5250-sata.c
index c9361b731fa6..05689450f93b 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>");