linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] PCI: mvebu: Fix license string
@ 2014-07-11  6:58 Thierry Reding
  2014-07-11  6:58 ` [PATCH 2/2] PCI: tegra: " Thierry Reding
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Thierry Reding @ 2014-07-11  6:58 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Thomas Petazzoni, Jason Cooper, Stephen Warren, linux-pci,
	linux-arm-kernel, linux-tegra

From: Thierry Reding <treding@nvidia.com>

The proper MODULE_LICENSE() string for the GPL v2 is "GPL v2", not
"GPLv2".

Signed-off-by: Thierry Reding <treding@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@free-electrons.com>");
 MODULE_DESCRIPTION("Marvell EBU PCIe driver");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
-- 
2.0.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-15 22:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-11  6:58 [PATCH 1/2] PCI: mvebu: Fix license string Thierry Reding
2014-07-11  6:58 ` [PATCH 2/2] PCI: tegra: " Thierry Reding
2014-07-11  7:07   ` Jingoo Han
2014-07-15 22:51   ` Bjorn Helgaas
2014-07-11  7:06 ` [PATCH 1/2] PCI: mvebu: " Jingoo Han
2014-07-11  7:24 ` Thomas Petazzoni
2014-07-15 22:51 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).