linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: Daire.McNamara@microchip.com
Cc: lorenzo.pieralisi@arm.com, bhelgaas@google.com, robh@kernel.org,
	linux-pci@vger.kernel.org, robh+dt@kernel.org,
	devicetree@vger.kernel.org, david.abdurachmanov@gmail.com,
	Cyril.Jean@microchip.com
Subject: Re: [PATCH v20 3/4] PCI: microchip: Add host driver for Microchip PCIe controller
Date: Mon, 25 Jan 2021 11:33:39 +0200	[thread overview]
Message-ID: <20210125093339.GG579511@unreal> (raw)
In-Reply-To: <MN2PR11MB42694FE9CF48F7904035660696BD9@MN2PR11MB4269.namprd11.prod.outlook.com>

On Mon, Jan 25, 2021 at 09:29:01AM +0000, Daire.McNamara@microchip.com wrote:
> Hi Leon,
>
> thanks.
>
> Just:
> > +builtin_platform_driver(mc_pcie_driver);
> > +MODULE_LICENSE("GPL v2");
> to
> > +builtin_platform_driver(mc_pcie_driver);
> > +MODULE_LICENSE("GPL");
>
> or does
> +// SPDX-License-Identifier: GPL-2.0
> need to change as well, to:
> +// SPDX-License-Identifier: GPL

You should change only MODULE_LICENSE(..) and leave SPDX as is.
See Documentation/process/license-rules.rst

  448     "GPL v2"                      Same as "GPL". It exists for historic
  449                                   reasons.

Thanks

  parent reply	other threads:[~2021-01-25  9:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-22 14:51 [PATCH v20 0/4] PCI: microchip: Add host driver for Microchip PCIe controller daire.mcnamara
2021-01-22 14:51 ` [PATCH v20 1/4] PCI: Call platform_set_drvdata earlier in devm_pci_alloc_host_bridge daire.mcnamara
2021-01-22 14:51 ` [PATCH v20 2/4] dt-bindings: PCI: microchip: Add Microchip PolarFire host binding daire.mcnamara
2021-01-22 14:51 ` [PATCH v20 3/4] PCI: microchip: Add host driver for Microchip PCIe controller daire.mcnamara
2021-01-24 11:33   ` Leon Romanovsky
     [not found]     ` <MN2PR11MB42694FE9CF48F7904035660696BD9@MN2PR11MB4269.namprd11.prod.outlook.com>
2021-01-25  9:33       ` Leon Romanovsky [this message]
2021-01-25 15:04   ` Krzysztof Wilczyński
2021-01-22 14:51 ` [PATCH v20 4/4] MAINTAINERS: Add Daire McNamara as maintainer for the Microchip PCIe driver daire.mcnamara

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=20210125093339.GG579511@unreal \
    --to=leon@kernel.org \
    --cc=Cyril.Jean@microchip.com \
    --cc=Daire.McNamara@microchip.com \
    --cc=bhelgaas@google.com \
    --cc=david.abdurachmanov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    /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 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).