]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
PHY: Exynos: fix SATA phy license typo
authorArnd Bergmann <arnd@arndb.de>
Sat, 15 Mar 2014 09:37:12 +0000 (10:37 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Thu, 8 May 2014 13:54:35 +0000 (19:24 +0530)
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>
drivers/phy/phy-exynos5250-sata.c

index c9361b731fa6c4745282038c8cbc2f3c8eee6b75..05689450f93b0297dd73b36d6d58a0cfd0771581 100644 (file)
@@ -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>");