pinctrl: Minimize SPDX hamming distance
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 20 Jun 2019 08:54:55 +0000 (10:54 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 20 Jun 2019 08:54:55 +0000 (10:54 +0200)
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 <linus.walleij@linaro.org>
drivers/pinctrl/nomadik/Kconfig
drivers/pinctrl/pinctrl-coh901.c
drivers/pinctrl/pinctrl-u300.c

index 49c49fd..d6d849e 100644 (file)
@@ -1,5 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
-
 if ARCH_U8500
 
 config PINCTRL_ABX500
index d10704c..08b9e90 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * U300 GPIO module.
  *
index 6d59e3f..348423b 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Driver for the U300 pin controller
  *