[PATCH 2/2] PCI: rcar: Fix GPL v2 license string typo

Simon Horman horms at verge.net.au
Tue Jul 15 17:08:24 PDT 2014


On Tue, Jul 15, 2014 at 04:56:52PM -0600, Bjorn Helgaas wrote:
> The proper MODULE_LICENSE() string for the GPL v2 is "GPL v2", not "GPLv2".
> 
> Based-on-work-by: Thierry Reding <treding at nvidia.com>
> Signed-off-by: Bjorn Helgaas <bhelgaas at google.com>

Acked-by: Simon Horman <horms+renesas at verge.net.au>

> ---
>  drivers/pci/host/pcie-rcar.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pci/host/pcie-rcar.c b/drivers/pci/host/pcie-rcar.c
> index f7d3de32c9a0..a393cc60b5a3 100644
> --- a/drivers/pci/host/pcie-rcar.c
> +++ b/drivers/pci/host/pcie-rcar.c
> @@ -1003,4 +1003,4 @@ module_platform_driver(rcar_pcie_driver);
>  
>  MODULE_AUTHOR("Phil Edworthy <phil.edworthy at renesas.com>");
>  MODULE_DESCRIPTION("Renesas R-Car PCIe driver");
> -MODULE_LICENSE("GPLv2");
> +MODULE_LICENSE("GPL v2");
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 



More information about the linux-arm-kernel mailing list