[PATCH 2/2] PCI: tegra: Fix license string
Bjorn Helgaas
bhelgaas at google.com
Tue Jul 15 15:51:59 PDT 2014
On Fri, Jul 11, 2014 at 08:58:58AM +0200, Thierry Reding wrote:
> From: Thierry Reding <treding at nvidia.com>
>
> The proper MODULE_LICENSE() string for the GPL v2 is "GPL v2", not
> "GPLv2".
>
> Signed-off-by: Thierry Reding <treding at nvidia.com>
Applied with Jingoo's reviewed-by to pci/host-tegra for v3.17, thanks!
> ---
> drivers/pci/host/pci-tegra.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pci/host/pci-tegra.c b/drivers/pci/host/pci-tegra.c
> index 7df5aaf58921..14ec5b2c69e0 100644
> --- a/drivers/pci/host/pci-tegra.c
> +++ b/drivers/pci/host/pci-tegra.c
> @@ -1742,4 +1742,4 @@ module_platform_driver(tegra_pcie_driver);
>
> MODULE_AUTHOR("Thierry Reding <treding at nvidia.com>");
> MODULE_DESCRIPTION("NVIDIA Tegra PCIe driver");
> -MODULE_LICENSE("GPLv2");
> +MODULE_LICENSE("GPL v2");
> --
> 2.0.1
>
More information about the linux-arm-kernel
mailing list