commit | 505d8655f710b61c42ec74e3720dcf545f12a668 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Jul 11 08:58:57 2014 +0200 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Jul 15 15:01:05 2014 -0600 |
tree | 332c21b06f5ed745639427f324795a99fe2f2c55 | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f [diff] |
PCI: mvebu: 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. [bhelgaas: changelog] Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>