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 49c49fd6b85399ddcdc7bf67b9907072a8afec83..d6d849e51c74a21f1dcefe5ce26edbec1e57f206 100644 (file)
@@ -1,5 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
-
 if ARCH_U8500
 
 config PINCTRL_ABX500
index d10704cc9318ce4b9e078e0dba44609b9ea61413..08b9e909e917369c5b39e893cbc0718dae89b582 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * U300 GPIO module.
  *
index 6d59e3f836df498fba5c169e3579eaf4008915ff..348423bb39dda4c034dc5ba537073b4768a1e39d 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
  *