From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
To: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"jonathanh@nvidia.com" <jonathanh@nvidia.com>,
"stefan@agner.ch" <stefan@agner.ch>,
"krzk@kernel.org" <krzk@kernel.org>,
"tglx@linutronix.de" <tglx@linutronix.de>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"dev@lynxeye.de" <dev@lynxeye.de>,
"thierry.reding@gmail.com" <thierry.reding@gmail.com>,
"mark.rutland@arm.com" <mark.rutland@arm.com>,
"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>
Cc: "pombredanne@nexb.com" <pombredanne@nexb.com>
Subject: Re: [PATCH 1/3] ARM: tegra: apalis-tk1: Fix SPDX license identifier format
Date: Wed, 18 Jul 2018 20:57:25 +0000 [thread overview]
Message-ID: <1531947444.26473.11.camel@toradex.com> (raw)
In-Reply-To: <20180718194824.3704-1-krzk@kernel.org>
On Wed, 2018-07-18 at 21:48 +0200, Krzysztof Kozlowski wrote:
> Fix incorrect format used for OR clause in SPDX license identifier.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
> arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts | 2 +-
> arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts
> b/arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts
> index 8a8d5fa0ecd1..e2c0d8efb358 100644
> --- a/arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts
> +++ b/arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: (GPL-2.0 OR MIT)
At least the SPDX wiki suggests our exact used notation with brackets
(OK, lower case or but I guess that now really does not matter (;-p).
> +// SPDX-License-Identifier: GPL-2.0 OR MIT
> /*
> * Copyright 2016-2018 Toradex AG
> */
> diff --git a/arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi
> b/arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi
> index 573aaa50fff1..5ef84b6b3356 100644
> --- a/arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi
> +++ b/arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> +// SPDX-License-Identifier: GPL-2.0 OR MIT
> /*
> * Copyright 2016-2018 Toradex AG
> */
[1] https://wiki.spdx.org/view/SPDX_FAQ
prev parent reply other threads:[~2018-07-18 20:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-18 19:48 [PATCH 1/3] ARM: tegra: apalis-tk1: Fix SPDX license identifier format Krzysztof Kozlowski
2018-07-18 19:48 ` [PATCH 2/3] ARM: tegra: apalis-tk1: Add SPDX license (GPL-2.0 OR X11) identifiers Krzysztof Kozlowski
2018-07-18 20:41 ` Marcel Ziswiler
2018-07-19 16:44 ` Philippe Ombredanne
2018-07-19 17:32 ` Krzysztof Kozlowski
2018-07-18 19:48 ` [PATCH 3/3] ARM: tegra: tegra20: Fix mixed tabs-spaces indentation Krzysztof Kozlowski
2018-07-18 20:46 ` Marcel Ziswiler
2018-07-18 20:37 ` [PATCH 1/3] ARM: tegra: apalis-tk1: Fix SPDX license identifier format Marcel Ziswiler
2018-07-19 6:53 ` Krzysztof Kozlowski
2018-07-18 20:57 ` Marcel Ziswiler [this message]
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=1531947444.26473.11.camel@toradex.com \
--to=marcel.ziswiler@toradex.com \
--cc=dev@lynxeye.de \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=jonathanh@nvidia.com \
--cc=krzk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pombredanne@nexb.com \
--cc=robh+dt@kernel.org \
--cc=stefan@agner.ch \
--cc=tglx@linutronix.de \
--cc=thierry.reding@gmail.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.