From: Linus Walleij Date: Thu, 20 Jun 2019 08:54:55 +0000 (+0200) Subject: pinctrl: Minimize SPDX hamming distance X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a6c929f69f27385b467d5acd04c87189e6e3c3a1;p=linux.git pinctrl: Minimize SPDX hamming distance OK so some automatic scripts were fixing the SPDX tags in the mainline branch while we were patching other stuff, and yeah it is more correct to have "GPL-2.0-only" rather than "GPL-2.0" so let's conform to what is already upstream so we don't end up getting the wrong license on the merged result later. Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/nomadik/Kconfig b/drivers/pinctrl/nomadik/Kconfig index 49c49fd6b8539..d6d849e51c74a 100644 --- a/drivers/pinctrl/nomadik/Kconfig +++ b/drivers/pinctrl/nomadik/Kconfig @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only - if ARCH_U8500 config PINCTRL_ABX500 diff --git a/drivers/pinctrl/pinctrl-coh901.c b/drivers/pinctrl/pinctrl-coh901.c index d10704cc9318c..08b9e909e9173 100644 --- a/drivers/pinctrl/pinctrl-coh901.c +++ b/drivers/pinctrl/pinctrl-coh901.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-only /* * U300 GPIO module. * diff --git a/drivers/pinctrl/pinctrl-u300.c b/drivers/pinctrl/pinctrl-u300.c index 6d59e3f836df4..348423bb39dda 100644 --- a/drivers/pinctrl/pinctrl-u300.c +++ b/drivers/pinctrl/pinctrl-u300.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-only /* * Driver for the U300 pin controller *