aboutsummaryrefslogtreecommitdiffstats
path: root/patches/1249-pinctrl-sh-pfc-r8a77965-Fixup-incorrect-SPDX-identif.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/1249-pinctrl-sh-pfc-r8a77965-Fixup-incorrect-SPDX-identif.patch')
-rw-r--r--patches/1249-pinctrl-sh-pfc-r8a77965-Fixup-incorrect-SPDX-identif.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/patches/1249-pinctrl-sh-pfc-r8a77965-Fixup-incorrect-SPDX-identif.patch b/patches/1249-pinctrl-sh-pfc-r8a77965-Fixup-incorrect-SPDX-identif.patch
new file mode 100644
index 00000000000000..d749dead25ea64
--- /dev/null
+++ b/patches/1249-pinctrl-sh-pfc-r8a77965-Fixup-incorrect-SPDX-identif.patch
@@ -0,0 +1,35 @@
+From ffb6a83f20301d542783849f577b73c327723743 Mon Sep 17 00:00:00 2001
+From: Thomas Gleixner <tglx@linutronix.de>
+Date: Mon, 23 Apr 2018 00:02:10 +0200
+Subject: [PATCH 1249/1795] pinctrl: sh-pfc: r8a77965: Fixup incorrect SPDX
+ identifier
+
+GPL-2. is not a valid SPDX identifier. Make it GPL-2.0
+
+Fixes: 490e687eb8b2 ("pinctrl: sh-pfc: Initial R-Car M3-N support")
+Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
+Cc: Jacopo Mondi <jacopo+renesas@jmondi.org>
+Cc: Rob Herring <robh@kernel.org>
+Cc: Geert Uytterhoeven <geert+renesas@glider.be>
+Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
+Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
+(cherry picked from commit 3a4d17457dc9d27e4901a087cb5f444b6d83705d)
+Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
+Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
+---
+ drivers/pinctrl/sh-pfc/pfc-r8a77965.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a77965.c b/drivers/pinctrl/sh-pfc/pfc-r8a77965.c
+index 3771b2d10f39..0a4a088ddaf9 100644
+--- a/drivers/pinctrl/sh-pfc/pfc-r8a77965.c
++++ b/drivers/pinctrl/sh-pfc/pfc-r8a77965.c
+@@ -1,4 +1,4 @@
+-// SPDX-License-Identifier: GPL-2.
++// SPDX-License-Identifier: GPL-2.0
+ /*
+ * R8A77965 processor support - PFC hardware block.
+ *
+--
+2.19.0
+