[PATCH 1/2] PCI: mvebu: Fix license string
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Fri Jul 11 00:24:47 PDT 2014
Dear Thierry Reding,
On Fri, 11 Jul 2014 08:58:57 +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>
> ---
> drivers/pci/host/pci-mvebu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pci/host/pci-mvebu.c b/drivers/pci/host/pci-mvebu.c
> index ce23e0f076b6..a8c6f1a92e0f 100644
> --- a/drivers/pci/host/pci-mvebu.c
> +++ b/drivers/pci/host/pci-mvebu.c
> @@ -1094,4 +1094,4 @@ module_platform_driver(mvebu_pcie_driver);
>
> MODULE_AUTHOR("Thomas Petazzoni <thomas.petazzoni at free-electrons.com>");
> MODULE_DESCRIPTION("Marvell EBU PCIe driver");
> -MODULE_LICENSE("GPLv2");
> +MODULE_LICENSE("GPL v2");
Acked-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
More information about the linux-arm-kernel
mailing list