From: Will Deacon <will.deacon@arm.com>
To: Bjorn Helgaas <bhelgaas@google.com>
Cc: "linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>,
Simon Horman <horms@verge.net.au>,
Thierry Reding <treding@nvidia.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-sh@vger.kernel.org" <linux-sh@vger.kernel.org>
Subject: Re: [PATCH 1/2] PCI: generic: Fix GPL v2 license string typo
Date: Wed, 16 Jul 2014 09:44:56 +0100 [thread overview]
Message-ID: <20140716084455.GA29414@arm.com> (raw)
In-Reply-To: <20140715225645.22578.64865.stgit@bhelgaas-glaptop.roam.corp.google.com>
On Tue, Jul 15, 2014 at 11:56:45PM +0100, Bjorn Helgaas wrote:
> The proper MODULE_LICENSE() string for the GPL v2 is "GPL v2", not "GPLv2".
>
> Based-on-work-by: Thierry Reding <treding@nvidia.com>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
> drivers/pci/host/pci-host-generic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pci/host/pci-host-generic.c b/drivers/pci/host/pci-host-generic.c
> index 44fe6aa6a43f..3d2076f59911 100644
> --- a/drivers/pci/host/pci-host-generic.c
> +++ b/drivers/pci/host/pci-host-generic.c
> @@ -385,4 +385,4 @@ module_platform_driver(gen_pci_driver);
>
> MODULE_DESCRIPTION("Generic PCI host driver");
> MODULE_AUTHOR("Will Deacon <will.deacon@arm.com>");
> -MODULE_LICENSE("GPLv2");
> +MODULE_LICENSE("GPL v2");
Acked-by: Will Deacon <will.deacon@arm.com>
Will
WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will.deacon@arm.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/2] PCI: generic: Fix GPL v2 license string typo
Date: Wed, 16 Jul 2014 08:44:56 +0000 [thread overview]
Message-ID: <20140716084455.GA29414@arm.com> (raw)
In-Reply-To: <20140715225645.22578.64865.stgit@bhelgaas-glaptop.roam.corp.google.com>
On Tue, Jul 15, 2014 at 11:56:45PM +0100, Bjorn Helgaas wrote:
> The proper MODULE_LICENSE() string for the GPL v2 is "GPL v2", not "GPLv2".
>
> Based-on-work-by: Thierry Reding <treding@nvidia.com>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
> drivers/pci/host/pci-host-generic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pci/host/pci-host-generic.c b/drivers/pci/host/pci-host-generic.c
> index 44fe6aa6a43f..3d2076f59911 100644
> --- a/drivers/pci/host/pci-host-generic.c
> +++ b/drivers/pci/host/pci-host-generic.c
> @@ -385,4 +385,4 @@ module_platform_driver(gen_pci_driver);
>
> MODULE_DESCRIPTION("Generic PCI host driver");
> MODULE_AUTHOR("Will Deacon <will.deacon@arm.com>");
> -MODULE_LICENSE("GPLv2");
> +MODULE_LICENSE("GPL v2");
Acked-by: Will Deacon <will.deacon@arm.com>
Will
WARNING: multiple messages have this Message-ID (diff)
From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] PCI: generic: Fix GPL v2 license string typo
Date: Wed, 16 Jul 2014 09:44:56 +0100 [thread overview]
Message-ID: <20140716084455.GA29414@arm.com> (raw)
In-Reply-To: <20140715225645.22578.64865.stgit@bhelgaas-glaptop.roam.corp.google.com>
On Tue, Jul 15, 2014 at 11:56:45PM +0100, Bjorn Helgaas wrote:
> The proper MODULE_LICENSE() string for the GPL v2 is "GPL v2", not "GPLv2".
>
> Based-on-work-by: Thierry Reding <treding@nvidia.com>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
> drivers/pci/host/pci-host-generic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pci/host/pci-host-generic.c b/drivers/pci/host/pci-host-generic.c
> index 44fe6aa6a43f..3d2076f59911 100644
> --- a/drivers/pci/host/pci-host-generic.c
> +++ b/drivers/pci/host/pci-host-generic.c
> @@ -385,4 +385,4 @@ module_platform_driver(gen_pci_driver);
>
> MODULE_DESCRIPTION("Generic PCI host driver");
> MODULE_AUTHOR("Will Deacon <will.deacon@arm.com>");
> -MODULE_LICENSE("GPLv2");
> +MODULE_LICENSE("GPL v2");
Acked-by: Will Deacon <will.deacon@arm.com>
Will
next prev parent reply other threads:[~2014-07-16 8:45 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 22:56 [PATCH 0/2] Fix GPL v2 license string typos Bjorn Helgaas
2014-07-15 22:56 ` Bjorn Helgaas
2014-07-15 22:56 ` Bjorn Helgaas
2014-07-15 22:56 ` [PATCH 1/2] PCI: generic: Fix GPL v2 license string typo Bjorn Helgaas
2014-07-15 22:56 ` Bjorn Helgaas
2014-07-15 22:56 ` Bjorn Helgaas
2014-07-16 8:44 ` Will Deacon [this message]
2014-07-16 8:44 ` Will Deacon
2014-07-16 8:44 ` Will Deacon
2014-07-15 22:56 ` [PATCH 2/2] PCI: rcar: " Bjorn Helgaas
2014-07-15 22:56 ` Bjorn Helgaas
2014-07-15 22:56 ` Bjorn Helgaas
2014-07-16 0:08 ` Simon Horman
2014-07-16 0:08 ` Simon Horman
2014-07-16 0:08 ` Simon Horman
2014-07-15 23:09 ` [PATCH 0/2] Fix GPL v2 license string typos Bjorn Helgaas
2014-07-15 23:09 ` Bjorn Helgaas
2014-07-15 23:09 ` 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=20140716084455.GA29414@arm.com \
--to=will.deacon@arm.com \
--cc=bhelgaas@google.com \
--cc=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=treding@nvidia.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.