From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [PATCH 1/2] PCI: mvebu: Fix license string Date: Tue, 15 Jul 2014 16:51:29 -0600 Message-ID: <20140715225129.GA22303@google.com> References: <1405061938-2191-1-git-send-email-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1405061938-2191-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Thierry Reding Cc: Thomas Petazzoni , Jason Cooper , Stephen Warren , linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org On Fri, Jul 11, 2014 at 08:58:57AM +0200, Thierry Reding wrote: > From: Thierry Reding > > The proper MODULE_LICENSE() string for the GPL v2 is "GPL v2", not > "GPLv2". > > Signed-off-by: Thierry Reding Applied with Jingoo's reviewed-by and Thomas' ack to pci/host-mvebu for v3.17, thanks! I'll also post similar patches for drivers/pci/host/pci-host-generic.c and drivers/pci/host/pcie-rcar.c, the only other occurrences of "GPLv2" in drivers/pci. > --- > 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 "); > MODULE_DESCRIPTION("Marvell EBU PCIe driver"); > -MODULE_LICENSE("GPLv2"); > +MODULE_LICENSE("GPL v2"); > -- > 2.0.1 >