From: Thierry Reding <thierry.reding@gmail.com>
To: Bjorn Helgaas <bhelgaas@google.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
Jason Cooper <jason@lakedaemon.net>,
Stephen Warren <swarren@wwwdotorg.org>,
linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-tegra@vger.kernel.org
Subject: [PATCH 2/2] PCI: tegra: Fix license string
Date: Fri, 11 Jul 2014 08:58:58 +0200 [thread overview]
Message-ID: <1405061938-2191-2-git-send-email-thierry.reding@gmail.com> (raw)
In-Reply-To: <1405061938-2191-1-git-send-email-thierry.reding@gmail.com>
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-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@nvidia.com>");
MODULE_DESCRIPTION("NVIDIA Tegra PCIe driver");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
--
2.0.1
WARNING: multiple messages have this Message-ID (diff)
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] PCI: tegra: Fix license string
Date: Fri, 11 Jul 2014 08:58:58 +0200 [thread overview]
Message-ID: <1405061938-2191-2-git-send-email-thierry.reding@gmail.com> (raw)
In-Reply-To: <1405061938-2191-1-git-send-email-thierry.reding@gmail.com>
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-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@nvidia.com>");
MODULE_DESCRIPTION("NVIDIA Tegra PCIe driver");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
--
2.0.1
next prev parent reply other threads:[~2014-07-11 6:59 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-11 6:58 [PATCH 1/2] PCI: mvebu: Fix license string Thierry Reding
2014-07-11 6:58 ` Thierry Reding
2014-07-11 6:58 ` Thierry Reding [this message]
2014-07-11 6:58 ` [PATCH 2/2] PCI: tegra: " Thierry Reding
2014-07-11 7:07 ` Jingoo Han
2014-07-11 7:07 ` Jingoo Han
2014-07-11 7:07 ` Jingoo Han
2014-07-15 22:51 ` Bjorn Helgaas
2014-07-15 22:51 ` Bjorn Helgaas
2014-07-15 22:51 ` Bjorn Helgaas
2014-07-11 7:06 ` [PATCH 1/2] PCI: mvebu: " Jingoo Han
2014-07-11 7:06 ` Jingoo Han
2014-07-11 7:24 ` Thomas Petazzoni
2014-07-11 7:24 ` Thomas Petazzoni
2014-07-11 7:24 ` Thomas Petazzoni
2014-07-15 22:51 ` Bjorn Helgaas
2014-07-15 22:51 ` Bjorn Helgaas
2014-07-15 22:51 ` Bjorn Helgaas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1405061938-2191-2-git-send-email-thierry.reding@gmail.com \
--to=thierry.reding@gmail.com \
--cc=bhelgaas@google.com \
--cc=jason@lakedaemon.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=swarren@wwwdotorg.org \
--cc=thomas.petazzoni@free-electrons.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.